Interface WorkflowTaskTimedOutEventAttributesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WorkflowTaskTimedOutEventAttributes,WorkflowTaskTimedOutEventAttributes.Builder
@Generated(value="protoc",
comments="annotations:WorkflowTaskTimedOutEventAttributesOrBuilder.java.pb.meta")
public interface WorkflowTaskTimedOutEventAttributesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongThe id of the `WORKFLOW_TASK_SCHEDULED` event this task corresponds tolongThe id of the `WORKFLOW_TASK_STARTED` event this task corresponds to.temporal.api.enums.v1.TimeoutType timeout_type = 3;int.temporal.api.enums.v1.TimeoutType timeout_type = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getScheduledEventId
long getScheduledEventId()The id of the `WORKFLOW_TASK_SCHEDULED` event this task corresponds to
int64 scheduled_event_id = 1;- Returns:
- The scheduledEventId.
-
getStartedEventId
long getStartedEventId()The id of the `WORKFLOW_TASK_STARTED` event this task corresponds to
int64 started_event_id = 2;- Returns:
- The startedEventId.
-
getTimeoutTypeValue
int getTimeoutTypeValue().temporal.api.enums.v1.TimeoutType timeout_type = 3;- Returns:
- The enum numeric value on the wire for timeoutType.
-
getTimeoutType
TimeoutType getTimeoutType().temporal.api.enums.v1.TimeoutType timeout_type = 3;- Returns:
- The timeoutType.
-