Class DigitalServiceEventHeader

java.lang.Object
org.odpi.openmetadata.accessservices.digitalservice.events.DigitalServiceEventHeader
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DigitalServiceOutboundEvent

public abstract class DigitalServiceEventHeader extends Object implements Serializable
DigitalServiceEventHeader provides a common base for all events from the access service. It implements Serializable and a version id.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(Object objectToCompare)
    Return comparison result based on the content of the properties.
    long
    Return the event version id for this event structure.
    int
    Return hash code for this object
    void
    setEventVersionId(long eventVersionId)
    Set up the event version id for this event structure.
    JSON-style toString

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • 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
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object objectToCompare)
      Return comparison result based on the content of the properties.
      Overrides:
      equals in class Object
    • hashCode

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