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 Type
    Method
    Description
    long
    The id of the `WORKFLOW_TASK_SCHEDULED` event this task corresponds to
    long
    The 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

    isInitialized

    Methods 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.