Class EventTypeRequestBody
java.lang.Object
org.odpi.openmetadata.accessservices.dataengine.rest.DataEngineOMASAPIRequestBody
org.odpi.openmetadata.accessservices.dataengine.rest.EventTypeRequestBody
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn the event type beanReturn the topic qualified nameinthashCode()voidsetEventType(EventType eventType) Set up the event type beanvoidsetTopicQualifiedName(String topicQualifiedName) Set up the qualified name of the topictoString()Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.rest.DataEngineOMASAPIRequestBody
getExternalSourceName, setExternalSourceName
-
Constructor Details
-
EventTypeRequestBody
public EventTypeRequestBody()
-
-
Method Details
-
getEventType
Return the event type bean- Returns:
- the event type
-
getTopicQualifiedName
Return the topic qualified name- Returns:
- String - qualified name of the topic
-
setEventType
Set up the event type bean- Parameters:
eventType- the event type
-
setTopicQualifiedName
Set up the qualified name of the topic- Parameters:
topicQualifiedName- of the topic
-
equals
- Overrides:
equalsin classDataEngineOMASAPIRequestBody
-
hashCode
public int hashCode()- Overrides:
hashCodein classDataEngineOMASAPIRequestBody
-
toString
- Overrides:
toStringin classDataEngineOMASAPIRequestBody
-