Class EventTypeEvent
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.dataengine.event.DataEngineEventHeader
-
- org.odpi.openmetadata.accessservices.dataengine.event.EventTypeEvent
-
- All Implemented Interfaces:
Serializable
public class EventTypeEvent extends DataEngineEventHeader
The event type event of Data Engine OMAS.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EventTypeEvent()
-
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 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 linkedStringtoString()-
Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.event.DataEngineEventHeader
getDataEngineEventType, getEventVersionId, getExternalSourceName, getUserId, setDataEngineEventType, setEventVersionId, setExternalSourceName, setUserId
-
-
-
-
Method Detail
-
getEventType
public EventType getEventType()
Return the event type bean- Returns:
- the event type
-
getTopicQualifiedName
public String getTopicQualifiedName()
Return the topic qualified name to which the event type will be linked- Returns:
- the topic qualified name
-
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 topic qualified name to which the event type will be linked- Parameters:
topicQualifiedName- the topic qualified name
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classDataEngineEventHeader
-
canEqual
protected boolean canEqual(Object other)
- Overrides:
canEqualin classDataEngineEventHeader
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDataEngineEventHeader
-
toString
public String toString()
- Overrides:
toStringin classDataEngineEventHeader
-
-