Class GovernanceEngineConfigurationEvent

java.lang.Object
org.odpi.openmetadata.accessservices.governanceserver.events.GovernanceServerEvent
org.odpi.openmetadata.accessservices.governanceserver.events.GovernanceEngineConfigurationEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EngineActionEvent, GovernanceServiceConfigurationEvent

public class GovernanceEngineConfigurationEvent extends GovernanceServerEvent
GovernanceEngineConfigurationEvent is used to inform the listening engine hosts that the configuration of one of the Governance Engines has changed.
See Also:
  • Constructor Details

    • GovernanceEngineConfigurationEvent

      public GovernanceEngineConfigurationEvent()
      Default constructor
    • GovernanceEngineConfigurationEvent

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

    • getGovernanceEngineGUID

      public String getGovernanceEngineGUID()
      Return the unique identifier of the Governance Engine that has a configuration change.
      Returns:
      string guid
    • setGovernanceEngineGUID

      public void setGovernanceEngineGUID(String governanceEngineGUID)
      Set up the unique identifier of the Governance Engine that has a configuration change.
      Parameters:
      governanceEngineGUID - string guid
    • getGovernanceEngineName

      public String getGovernanceEngineName()
      Return the unique name of the Governance Engine that has a configuration change.
      Returns:
      string name
    • setGovernanceEngineName

      public void setGovernanceEngineName(String governanceEngineName)
      Set up the unique name of the Governance Engine that has a configuration change.
      Parameters:
      governanceEngineName - 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