Class EventTypeRequestBody

java.lang.Object
org.odpi.openmetadata.accessservices.dataengine.rest.DataEngineOMASAPIRequestBody
org.odpi.openmetadata.accessservices.dataengine.rest.EventTypeRequestBody
All Implemented Interfaces:
Serializable

public class EventTypeRequestBody extends DataEngineOMASAPIRequestBody
See Also:
  • Constructor Details

    • EventTypeRequestBody

      public EventTypeRequestBody()
  • Method Details

    • getEventType

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

      public String getTopicQualifiedName()
      Return the topic qualified name
      Returns:
      String - qualified name of the topic
    • 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 qualified name of the topic
      Parameters:
      topicQualifiedName - of the topic
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class DataEngineOMASAPIRequestBody
    • hashCode

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

      public String toString()
      Overrides:
      toString in class DataEngineOMASAPIRequestBody