public abstract class DataEngineEventHeader extends Object
| Constructor and Description |
|---|
DataEngineEventHeader() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
DataEngineEventType |
getEventType()
Gets the Data Engine event type
|
long |
getEventVersionId()
Gets the event version ID
|
String |
getExternalSourceName()
Gets the external source type unique name
|
String |
getUserId()
Gets user ID
|
int |
hashCode() |
void |
setEventType(DataEngineEventType eventType)
Sets the Data Engine event type
|
void |
setEventVersionId(long eventVersionId)
Sets the event version ID
|
void |
setExternalSourceName(String externalSourceName)
Sets the external source type unique name
|
void |
setUserId(String userId)
Sets the user ID
|
String |
toString() |
public long getEventVersionId()
public DataEngineEventType getEventType()
public String getExternalSourceName()
public String getUserId()
public void setEventVersionId(long eventVersionId)
eventVersionId - the event version IDpublic void setEventType(DataEngineEventType eventType)
eventType - the Data Engine event typepublic void setExternalSourceName(String externalSourceName)
externalSourceName - the external source type unique namepublic void setUserId(String userId)
userId - the user IDprotected boolean canEqual(Object other)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.