java.lang.Object
org.odpi.openmetadata.accessservices.dataengine.event.DataEngineEventHeader
org.odpi.openmetadata.accessservices.dataengine.event.EventTypeEvent
All Implemented Interfaces:
Serializable

public class EventTypeEvent extends DataEngineEventHeader
The event type event of Data Engine OMAS.
See Also:
  • Constructor Details

    • EventTypeEvent

      public EventTypeEvent()
  • Method Details

    • getEventType

      public EventType getEventType()
      Return the event type bean
      Returns:
      the event type
    • getTopicQualifiedName

      public String getTopicQualifiedName()
      Return the topic qualified name to which the event type will be linked
      Returns:
      the topic qualified name
    • setEventType

      public void setEventType(EventType eventType)
      Set up the event type bean
      Parameters:
      eventType - the event type
    • setTopicQualifiedName

      public void setTopicQualifiedName(String topicQualifiedName)
      Set up the topic qualified name to which the event type will be linked
      Parameters:
      topicQualifiedName - the topic qualified name
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class DataEngineEventHeader
    • canEqual

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class DataEngineEventHeader
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class DataEngineEventHeader
    • toString

      public String toString()
      Overrides:
      toString in class DataEngineEventHeader