Class IntegrationGroupConfigurationEvent

java.lang.Object
org.odpi.openmetadata.accessservices.governanceserver.events.GovernanceServerEvent
org.odpi.openmetadata.accessservices.governanceserver.events.IntegrationGroupConfigurationEvent
All Implemented Interfaces:
Serializable

public class IntegrationGroupConfigurationEvent extends GovernanceServerEvent
IntegrationGroupConfigurationEvent is used to inform listening integration daemons that the configuration of one of the integration groups has changed.
See Also:
  • Constructor Details

    • IntegrationGroupConfigurationEvent

      public IntegrationGroupConfigurationEvent()
      Default constructor
    • IntegrationGroupConfigurationEvent

      public IntegrationGroupConfigurationEvent(IntegrationGroupConfigurationEvent template)
      Copy/clone constructor.
      Parameters:
      template - object to copy
  • Method Details

    • getIntegrationGroupGUID

      public String getIntegrationGroupGUID()
      Return the unique identifier of the Integration Group that has a configuration change.
      Returns:
      string guid
    • setIntegrationGroupGUID

      public void setIntegrationGroupGUID(String integrationGroupGUID)
      Set up the unique identifier of the Integration Group that has a configuration change.
      Parameters:
      integrationGroupGUID - string guid
    • getIntegrationGroupName

      public String getIntegrationGroupName()
      Return the unique name of the Integration Group that has a configuration change.
      Returns:
      string name
    • setIntegrationGroupName

      public void setIntegrationGroupName(String integrationGroupName)
      Set up the unique name of the Integration Group that has a configuration change.
      Parameters:
      integrationGroupName - string name
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class GovernanceServerEvent
      Returns:
      return string containing the property names and values
    • equals

      public boolean equals(Object objectToCompare)
      Return comparison result based on the content of the properties.
      Overrides:
      equals in class GovernanceServerEvent
      Parameters:
      objectToCompare - test object
      Returns:
      result of comparison
    • hashCode

      public int hashCode()
      Return hash code for this object
      Overrides:
      hashCode in class GovernanceServerEvent
      Returns:
      int hash code