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

public abstract class GovernanceServerEvent extends Object implements Serializable
GovernanceEngineEvent provides a common base for all events from the access service. It implements Serializable and a version identifier.
See Also:
  • Method Details

    • getEventVersionId

      public long getEventVersionId()
      Return the event version id for this event structure.
      Returns:
      long
    • setEventVersionId

      public void setEventVersionId(long eventVersionId)
      Set up the event version id for this event structure.
      Parameters:
      eventVersionId - long
    • getEventType

      public GovernanceServerEventType getEventType()
      Return the type of event.
      Returns:
      event type enum
    • setEventType

      public void setEventType(GovernanceServerEventType eventType)
      Set up the type of event.
      Parameters:
      eventType - - event type enum
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class Object
      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 Object
      Parameters:
      objectToCompare - test object
      Returns:
      result of comparison
    • hashCode

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