Class TopicEvent
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.dataengine.event.DataEngineEventHeader
-
- org.odpi.openmetadata.accessservices.dataengine.event.TopicEvent
-
- All Implemented Interfaces:
Serializable
public class TopicEvent extends DataEngineEventHeader
The topic event of Data Engine OMAS.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TopicEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)TopicgetTopic()Return the topic beaninthashCode()voidsetTopic(Topic topic)Set up the topic beanStringtoString()-
Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.event.DataEngineEventHeader
getDataEngineEventType, getExternalSourceName, getUserId, setDataEngineEventType, setExternalSourceName, setUserId
-
-
-
-
Method Detail
-
getTopic
public Topic getTopic()
Return the topic bean- Returns:
- the topic
-
setTopic
public void setTopic(Topic topic)
Set up the topic bean- Parameters:
topic- the topic
-
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
-
-