Class EventTypeEvent
java.lang.Object
org.odpi.openmetadata.accessservices.dataengine.event.DataEngineEventHeader
org.odpi.openmetadata.accessservices.dataengine.event.EventTypeEvent
- All Implemented Interfaces:
Serializable
The event type event of Data Engine OMAS.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Return the event type beanReturn the topic qualified name to which the event type will be linkedint
hashCode()
void
setEventType
(EventType eventType) Set up the event type beanvoid
setTopicQualifiedName
(String topicQualifiedName) Set up the topic qualified name to which the event type will be linkedtoString()
Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.event.DataEngineEventHeader
getDataEngineEventType, getExternalSourceName, getUserId, setDataEngineEventType, setExternalSourceName, setUserId
-
Constructor Details
-
EventTypeEvent
public EventTypeEvent()
-
-
Method Details
-
getEventType
Return the event type bean- Returns:
- the event type
-
getTopicQualifiedName
Return the topic qualified name to which the event type will be linked- Returns:
- the topic qualified name
-
setEventType
Set up the event type bean- Parameters:
eventType
- the event type
-
setTopicQualifiedName
Set up the topic qualified name to which the event type will be linked- Parameters:
topicQualifiedName
- the topic qualified name
-
equals
- Overrides:
equals
in classDataEngineEventHeader
-
canEqual
- Overrides:
canEqual
in classDataEngineEventHeader
-
hashCode
public int hashCode()- Overrides:
hashCode
in classDataEngineEventHeader
-
toString
- Overrides:
toString
in classDataEngineEventHeader
-