public class EventIdAndType
extends java.lang.Object
| Constructor and Description |
|---|
EventIdAndType() |
EventIdAndType(io.eventuate.common.id.Int128 id,
java.lang.String eventType) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEventType() |
io.eventuate.common.id.Int128 |
getId() |
void |
setEventType(java.lang.String eventType) |
void |
setId(io.eventuate.common.id.Int128 id) |