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 Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor. -
Method Summary
Modifier 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
-
ConnectorConfigPropertiesRequestBody
public ConnectorConfigPropertiesRequestBody()Default constructor -
ConnectorConfigPropertiesRequestBody
Copy/clone constructor.- Parameters:
template- object to copy
-
-
Method Details
-
getConnectorName
Return the name of the connector (from the integration service configuration).- Returns:
- string name
-
setConnectorName
Set up the name of the connector (from the integration service configuration).- Parameters:
connectorName- string name
-
getMergeUpdate
public boolean getMergeUpdate()Return indication of whether properties should be over-write or replace existing properties.- Returns:
- boolean flag
-
setMergeUpdate
public void setMergeUpdate(boolean mergeUpdate) Set up the indication of whether properties should be over-write or replace existing properties.- Parameters:
mergeUpdate- boolean flag
-
getConfigurationProperties
Return the configuration properties for the connection.- Returns:
- properties object
-
setConfigurationProperties
Set up the configuration properties for the connection.- Parameters:
configurationProperties- properties object
-
toString
JSON-style toString -
equals
Return comparison result based on the content of the properties. -
hashCode
public int hashCode()Return hash code for this object
-