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
ConstructorDescriptionDefault constructorCopy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return 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).boolean
Return indication of whether properties should be over-write or replace existing properties.int
hashCode()
Return hash code for this objectvoid
setConfigurationProperties
(Map<String, Object> configurationProperties) Set up the configuration properties for the connection.void
setConnectorName
(String connectorName) Set up the name of the connector (from the integration service configuration).void
setMergeUpdate
(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
-