Class EventTypeRequestBody
java.lang.Object
org.odpi.openmetadata.accessservices.dataengine.rest.DataEngineOMASAPIRequestBody
org.odpi.openmetadata.accessservices.dataengine.rest.EventTypeRequestBody
- All Implemented Interfaces:
Serializable
EventTypeRequestBody describes the request body used to create/update event types.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Return the event type beanReturn the topic qualified nameint
hashCode()
void
setEventType
(EventType eventType) Set up the event type beanvoid
setTopicQualifiedName
(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:
equals
in classDataEngineOMASAPIRequestBody
-
canEqual
- Overrides:
canEqual
in classDataEngineOMASAPIRequestBody
-
hashCode
public int hashCode()- Overrides:
hashCode
in classDataEngineOMASAPIRequestBody
-
toString
- Overrides:
toString
in classDataEngineOMASAPIRequestBody
-