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 TypeMethodDescriptionprotected boolean
boolean
Gets the Data Engine event typeGets the external source type unique nameGets user IDint
hashCode()
void
setDataEngineEventType
(DataEngineEventType dataEngineEventType) Sets the Data Engine event typevoid
setExternalSourceName
(String externalSourceName) Sets the external source type unique namevoid
Sets 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
-
canEqual
-
hashCode
public int hashCode() -
toString
-