Class IntegrationConnectorConfigurationEvent
java.lang.Object
org.odpi.openmetadata.accessservices.governanceserver.events.GovernanceServerEvent
org.odpi.openmetadata.accessservices.governanceserver.events.IntegrationConnectorConfigurationEvent
IntegrationGroupConfigurationEvent is used to inform listening integration daemons that the configuration of
one of the integration groups has changed.
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return the unique identifier of the Integration Group that has a configuration change.Return the unique name of the Integration Group that has a configuration change.int
hashCode()
Return hash code for this objectvoid
setIntegrationConnectorGUID
(String integrationConnectorGUID) Set up the unique identifier of the Integration Group that has a configuration change.void
setIntegrationConnectorName
(String integrationConnectorName) Set up the unique name of the Integration Group that has a configuration change.toString()
JSON-style toStringMethods inherited from class org.odpi.openmetadata.accessservices.governanceserver.events.GovernanceServerEvent
getEventType, getEventVersionId, setEventType, setEventVersionId
-
Constructor Details
-
IntegrationConnectorConfigurationEvent
public IntegrationConnectorConfigurationEvent()Default constructor -
IntegrationConnectorConfigurationEvent
Copy/clone constructor.- Parameters:
template
- object to copy
-
-
Method Details
-
getIntegrationConnectorGUID
Return the unique identifier of the Integration Group that has a configuration change.- Returns:
- string guid
-
setIntegrationConnectorGUID
Set up the unique identifier of the Integration Group that has a configuration change.- Parameters:
integrationConnectorGUID
- string guid
-
getIntegrationConnectorName
Return the unique name of the Integration Group that has a configuration change.- Returns:
- string name
-
setIntegrationConnectorName
Set up the unique name of the Integration Group that has a configuration change.- Parameters:
integrationConnectorName
- string name
-
toString
JSON-style toString- Overrides:
toString
in classGovernanceServerEvent
- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equals
in classGovernanceServerEvent
- Parameters:
objectToCompare
- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCode
in classGovernanceServerEvent
- Returns:
- int hash code
-