Class IntegrationGroupConfigurationEvent
java.lang.Object
org.odpi.openmetadata.accessservices.governanceserver.events.GovernanceServerEvent
org.odpi.openmetadata.accessservices.governanceserver.events.IntegrationGroupConfigurationEvent
IntegrationGroupConfigurationEvent is used to inform listening integration daemons that the configuration of
one of the integration groups has changed.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn 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.inthashCode()Return hash code for this objectvoidsetIntegrationGroupGUID(String integrationGroupGUID) Set up the unique identifier of the Integration Group that has a configuration change.voidsetIntegrationGroupName(String integrationGroupName) 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
-
IntegrationGroupConfigurationEvent
public IntegrationGroupConfigurationEvent()Default constructor -
IntegrationGroupConfigurationEvent
Copy/clone constructor.- Parameters:
template- object to copy
-
-
Method Details
-
getIntegrationGroupGUID
Return the unique identifier of the Integration Group that has a configuration change.- Returns:
- string guid
-
setIntegrationGroupGUID
Set up the unique identifier of the Integration Group that has a configuration change.- Parameters:
integrationGroupGUID- string guid
-
getIntegrationGroupName
Return the unique name of the Integration Group that has a configuration change.- Returns:
- string name
-
setIntegrationGroupName
Set up the unique name of the Integration Group that has a configuration change.- Parameters:
integrationGroupName- string name
-
toString
JSON-style toString- Overrides:
toStringin classGovernanceServerEvent- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equalsin classGovernanceServerEvent- Parameters:
objectToCompare- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCodein classGovernanceServerEvent- Returns:
- int hash code
-