Class ConnectorConfigPropertiesRequestBody
java.lang.Object
org.odpi.openmetadata.governanceservers.integrationdaemonservices.rest.ConnectorConfigPropertiesRequestBody
- All Implemented Interfaces:
- Serializable
ConnectorConfigPropertiesRequestBody describes the request body used to update the configuration properties of an integration connector.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionDefault constructorCopy/clone constructor.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanReturn comparison result based on the content of the properties.Return the configuration properties for the connection.Return the name of the connector (from the integration service configuration).booleanReturn indication of whether properties should be over-write or replace existing properties.inthashCode()Return hash code for this objectvoidsetConfigurationProperties(Map<String, Object> configurationProperties) Set up the configuration properties for the connection.voidsetConnectorName(String connectorName) Set up the name of the connector (from the integration service configuration).voidsetMergeUpdate(boolean mergeUpdate) Set up the indication of whether properties should be over-write or replace existing properties.toString()JSON-style toString
- 
Constructor Details- 
ConnectorConfigPropertiesRequestBodypublic ConnectorConfigPropertiesRequestBody()Default constructor
- 
ConnectorConfigPropertiesRequestBodyCopy/clone constructor.- Parameters:
- template- object to copy
 
 
- 
- 
Method Details- 
getConnectorNameReturn the name of the connector (from the integration service configuration).- Returns:
- string name
 
- 
setConnectorNameSet up the name of the connector (from the integration service configuration).- Parameters:
- connectorName- string name
 
- 
getMergeUpdatepublic boolean getMergeUpdate()Return indication of whether properties should be over-write or replace existing properties.- Returns:
- boolean flag
 
- 
setMergeUpdatepublic void setMergeUpdate(boolean mergeUpdate) Set up the indication of whether properties should be over-write or replace existing properties.- Parameters:
- mergeUpdate- boolean flag
 
- 
getConfigurationPropertiesReturn the configuration properties for the connection.- Returns:
- properties object
 
- 
setConfigurationPropertiesSet up the configuration properties for the connection.- Parameters:
- configurationProperties- properties object
 
- 
toStringJSON-style toString
- 
equalsReturn comparison result based on the content of the properties.
- 
hashCodepublic int hashCode()Return hash code for this object
 
-