Package io.temporal.api.common.v1
Interface Link.WorkflowEvent.EventReferenceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Link.WorkflowEvent.EventReference,Link.WorkflowEvent.EventReference.Builder
- Enclosing class:
- Link.WorkflowEvent
public static interface Link.WorkflowEvent.EventReferenceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetEventId()int64 event_id = 1;EventTypegetEventType().temporal.api.enums.v1.EventType event_type = 2;intgetEventTypeValue().temporal.api.enums.v1.EventType event_type = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getEventId
long getEventId()
int64 event_id = 1;- Returns:
- The eventId.
-
getEventTypeValue
int getEventTypeValue()
.temporal.api.enums.v1.EventType event_type = 2;- Returns:
- The enum numeric value on the wire for eventType.
-
getEventType
EventType getEventType()
.temporal.api.enums.v1.EventType event_type = 2;- Returns:
- The eventType.
-
-