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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EventTypeRequestBody()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)EventTypegetEventType()Return the event type beanStringgetTopicQualifiedName()Return the topic qualified nameinthashCode()voidsetEventType(EventType eventType)Set up the event type beanvoidsetTopicQualifiedName(String topicQualifiedName)Set up the qualified name of the topicStringtoString()-
Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.rest.DataEngineOMASAPIRequestBody
getExternalSourceName, setExternalSourceName
-
-
-
-
Method Detail
-
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:
equalsin classDataEngineOMASAPIRequestBody
-
canEqual
protected boolean canEqual(Object other)
- Overrides:
canEqualin classDataEngineOMASAPIRequestBody
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDataEngineOMASAPIRequestBody
-
toString
public String toString()
- Overrides:
toStringin classDataEngineOMASAPIRequestBody
-
-