Interface ActivityTaskCancelRequestedEventAttributesOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ActivityTaskCancelRequestedEventAttributes, ActivityTaskCancelRequestedEventAttributes.Builder

@Generated(value="protoc", comments="annotations:ActivityTaskCancelRequestedEventAttributesOrBuilder.java.pb.meta") public interface ActivityTaskCancelRequestedEventAttributesOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    The id of the `ACTIVITY_TASK_SCHEDULED` event this cancel request corresponds to
    long
    The `WORKFLOW_TASK_COMPLETED` event which this command was reported with

    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 `ACTIVITY_TASK_SCHEDULED` event this cancel request corresponds to
       
      int64 scheduled_event_id = 1;
      Returns:
      The scheduledEventId.
    • getWorkflowTaskCompletedEventId

      long getWorkflowTaskCompletedEventId()
       The `WORKFLOW_TASK_COMPLETED` event which this command was reported with
       
      int64 workflow_task_completed_event_id = 2;
      Returns:
      The workflowTaskCompletedEventId.