Class DataEngineEventHeader
java.lang.Object
org.odpi.openmetadata.accessservices.dataengine.event.DataEngineEventHeader
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DatabaseEvent,DatabaseSchemaEvent,DataEngineRegistrationEvent,DataFileEvent,DataFlowsEvent,DeleteEvent,EventTypeEvent,FindEvent,PortImplementationEvent,ProcessEvent,ProcessHierarchyEvent,ProcessingStateEvent,ProcessListEvent,RelationalTableEvent,SchemaTypeEvent,TopicEvent
DataEngineEventHeader provides a common base for all events from the Data Engine access service.
It implements Serializable and a version Id.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the Data Engine event typeGets the external source type unique nameGets user IDinthashCode()voidsetDataEngineEventType(DataEngineEventType dataEngineEventType) Sets the Data Engine event typevoidsetExternalSourceName(String externalSourceName) Sets the external source type unique namevoidSets the user IDtoString()
-
Constructor Details
-
DataEngineEventHeader
public DataEngineEventHeader()
-
-
Method Details
-
getDataEngineEventType
Gets the Data Engine event type- Returns:
- the Data Engine event type
-
getExternalSourceName
Gets the external source type unique name- Returns:
- the external source type unique name
-
getUserId
Gets user ID- Returns:
- the user ID
-
setDataEngineEventType
Sets the Data Engine event type- Parameters:
dataEngineEventType- the Data Engine event type
-
setExternalSourceName
Sets the external source type unique name- Parameters:
externalSourceName- the external source type unique name
-
setUserId
Sets the user ID- Parameters:
userId- the user ID
-
equals
-
hashCode
public int hashCode() -
toString
-