public class IntegrationServiceRequestBody extends OMAGServerClientConfig
| Constructor and Description |
|---|
IntegrationServiceRequestBody()
Default constructor for use with Jackson libraries
|
IntegrationServiceRequestBody(IntegrationServiceRequestBody template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Validate that an object is equal depending on their stored values.
|
List<IntegrationConnectorConfig> |
getIntegrationConnectorConfigs()
Return the OCF Connection for the topic used to pass requests to this integration service.
|
Map<String,Object> |
getIntegrationServiceOptions()
Return the options for this integration service.
|
int |
hashCode()
Return a hash code based on the values of this object.
|
void |
setIntegrationConnectorConfigs(List<IntegrationConnectorConfig> integrationConnectorConfigs)
Set up the OCF Connection for the topic used to pass requests to this integration service.
|
void |
setIntegrationServiceOptions(Map<String,Object> integrationServiceOptions)
Set up the options for this integration service.
|
String |
toString()
Standard toString method.
|
getOMAGServerName, getOMAGServerPlatformRootURL, setOMAGServerName, setOMAGServerPlatformRootURLpublic IntegrationServiceRequestBody()
public IntegrationServiceRequestBody(IntegrationServiceRequestBody template)
template - object to copypublic List<IntegrationConnectorConfig> getIntegrationConnectorConfigs()
public void setIntegrationConnectorConfigs(List<IntegrationConnectorConfig> integrationConnectorConfigs)
integrationConnectorConfigs - Connection propertiespublic Map<String,Object> getIntegrationServiceOptions()
public void setIntegrationServiceOptions(Map<String,Object> integrationServiceOptions)
integrationServiceOptions - Map from String to Stringpublic String toString()
toString in class OMAGServerClientConfigpublic boolean equals(Object objectToCompare)
equals in class OMAGServerClientConfigobjectToCompare - objectpublic int hashCode()
hashCode in class OMAGServerClientConfigCopyright © 2018–2020 ODPi. All rights reserved.