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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getActivityId()
      string activity_id = 5;
      com.google.protobuf.ByteString getActivityIdBytes()
      string activity_id = 5;
      ActivityType getActivityType()
      .temporal.api.common.v1.ActivityType activity_type = 4;
      ActivityTypeOrBuilder getActivityTypeOrBuilder()
      .temporal.api.common.v1.ActivityType activity_type = 4;
      java.lang.String getIdentity()
      string identity = 3;
      com.google.protobuf.ByteString getIdentityBytes()
      string identity = 3;
      RetryState getRetryState()
      .temporal.api.enums.v1.RetryState retry_state = 6;
      int getRetryStateValue()
      .temporal.api.enums.v1.RetryState retry_state = 6;
      long getScheduledEventId()
      int64 scheduled_event_id = 1;
      long getStartedEventId()
      int64 started_event_id = 2;
      boolean hasActivityType()
      .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 Detail

      • getScheduledEventId

        long getScheduledEventId()
        int64 scheduled_event_id = 1;
        Returns:
        The scheduledEventId.
      • getStartedEventId

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

        java.lang.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

        java.lang.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.