public class MindsphereInvokerConfig
extends Object
Constructor and Description |
---|
MindsphereInvokerConfig(RestClientConfig restClientConfig,
MindsphereCredentials credentials,
RestTemplate restTemplate) |
Modifier and Type | Method and Description |
---|---|
MindsphereCredentials |
getCredentials()
Returns the MindsphereCredentials that will be used to invoke an API end-point
|
RestClientConfig |
getRestClientConfig()
Returns Rest Client Configuration that will be used to invoke an API end-point
|
RestTemplate |
getRestTemplate()
Returns the Rest Template that will be used to invoke an API end-point
|
void |
setCredentials(MindsphereCredentials credentials) |
void |
setRestClientConfig(RestClientConfig restClientConfig) |
void |
setRestTemplate(RestTemplate restTemplate) |
public MindsphereInvokerConfig(RestClientConfig restClientConfig, MindsphereCredentials credentials, RestTemplate restTemplate)
public RestClientConfig getRestClientConfig()
public MindsphereCredentials getCredentials()
public RestTemplate getRestTemplate()
public void setRestClientConfig(RestClientConfig restClientConfig)
public void setCredentials(MindsphereCredentials credentials)
public void setRestTemplate(RestTemplate restTemplate)