Class IntegrationConnectorConfigurationEvent

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

public class IntegrationConnectorConfigurationEvent 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

    • IntegrationConnectorConfigurationEvent

      public IntegrationConnectorConfigurationEvent()
      Default constructor
    • IntegrationConnectorConfigurationEvent

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

    • getIntegrationConnectorGUID

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

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

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

      public void setIntegrationConnectorName(String integrationConnectorName)
      Set up the unique name of the Integration Group that has a configuration change.
      Parameters:
      integrationConnectorName - 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