public abstract class DataPlatformEventHeader extends Object
| Constructor and Description |
|---|
DataPlatformEventHeader() |
DataPlatformEventHeader(long eventVersionId,
DataPlatformEventType eventType) |
| Modifier and Type | Method and Description |
|---|---|
DataPlatformEventType |
getEventType() |
long |
getEventVersionId() |
void |
setEventType(DataPlatformEventType eventType) |
void |
setEventVersionId(long eventVersionId) |
String |
toString() |
public DataPlatformEventHeader()
public DataPlatformEventHeader(long eventVersionId,
DataPlatformEventType eventType)
public long getEventVersionId()
public void setEventVersionId(long eventVersionId)
public DataPlatformEventType getEventType()
public void setEventType(DataPlatformEventType eventType)
Copyright © 2018–2019 ODPi. All rights reserved.