Interface ActivityFailureInfoOrBuilder

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

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

    Modifier and Type
    Method
    Description
    string activity_id = 5;
    com.google.protobuf.ByteString
    string activity_id = 5;
    .temporal.api.common.v1.ActivityType activity_type = 4;
    .temporal.api.common.v1.ActivityType activity_type = 4;
    string identity = 3;
    com.google.protobuf.ByteString
    string identity = 3;
    .temporal.api.enums.v1.RetryState retry_state = 6;
    int
    .temporal.api.enums.v1.RetryState retry_state = 6;
    long
    int64 scheduled_event_id = 1;
    long
    int64 started_event_id = 2;
    boolean
    .temporal.api.common.v1.ActivityType activity_type = 4;

    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()
      int64 scheduled_event_id = 1;
      Returns:
      The scheduledEventId.
    • getStartedEventId

      long getStartedEventId()
      int64 started_event_id = 2;
      Returns:
      The startedEventId.
    • getIdentity

      String getIdentity()
      string identity = 3;
      Returns:
      The identity.
    • getIdentityBytes

      com.google.protobuf.ByteString getIdentityBytes()
      string identity = 3;
      Returns:
      The bytes for identity.
    • hasActivityType

      boolean hasActivityType()
      .temporal.api.common.v1.ActivityType activity_type = 4;
      Returns:
      Whether the activityType field is set.
    • getActivityType

      ActivityType getActivityType()
      .temporal.api.common.v1.ActivityType activity_type = 4;
      Returns:
      The activityType.
    • getActivityTypeOrBuilder

      ActivityTypeOrBuilder getActivityTypeOrBuilder()
      .temporal.api.common.v1.ActivityType activity_type = 4;
    • getActivityId

      String getActivityId()
      string activity_id = 5;
      Returns:
      The activityId.
    • getActivityIdBytes

      com.google.protobuf.ByteString getActivityIdBytes()
      string activity_id = 5;
      Returns:
      The bytes for activityId.
    • getRetryStateValue

      int getRetryStateValue()
      .temporal.api.enums.v1.RetryState retry_state = 6;
      Returns:
      The enum numeric value on the wire for retryState.
    • getRetryState

      RetryState getRetryState()
      .temporal.api.enums.v1.RetryState retry_state = 6;
      Returns:
      The retryState.