public final class EventWaitForActivityInstanceDetails extends curam.util.type.struct.Struct<EventWaitForActivityInstanceDetails>
Modifier and Type | Field and Description |
---|---|
java.lang.String |
eventClass
The concept of an event class is used to group related event types.
|
long |
eventMatchData
A unique identifier related to the event class from which the event is
raised.
|
java.lang.String |
eventType
The type of the event.
|
Constructor and Description |
---|
EventWaitForActivityInstanceDetails() |
public java.lang.String eventClass
EVENT_CLASS -> String
public java.lang.String eventType
EVENT_TYPE -> String
public long eventMatchData
EVENT_DATA -> long