Package io.temporal.api.failure.v1
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.StringgetActivityId()string activity_id = 5;com.google.protobuf.ByteStringgetActivityIdBytes()string activity_id = 5;ActivityTypegetActivityType().temporal.api.common.v1.ActivityType activity_type = 4;ActivityTypeOrBuildergetActivityTypeOrBuilder().temporal.api.common.v1.ActivityType activity_type = 4;java.lang.StringgetIdentity()string identity = 3;com.google.protobuf.ByteStringgetIdentityBytes()string identity = 3;RetryStategetRetryState().temporal.api.enums.v1.RetryState retry_state = 6;intgetRetryStateValue().temporal.api.enums.v1.RetryState retry_state = 6;longgetScheduledEventId()int64 scheduled_event_id = 1;longgetStartedEventId()int64 started_event_id = 2;booleanhasActivityType().temporal.api.common.v1.ActivityType activity_type = 4;-
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.
-
-