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 TypeMethodDescriptionbooleanReturn the event type beanReturn the topic qualified name to which the event type will be linkedinthashCode()voidsetEventType(EventType eventType) Set up the event type beanvoidsetTopicQualifiedName(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:
equalsin classDataEngineEventHeader
-
hashCode
public int hashCode()- Overrides:
hashCodein classDataEngineEventHeader
-
toString
- Overrides:
toStringin classDataEngineEventHeader
-