Package io.temporal.api.failure.v1
Interface ApplicationFailureInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ApplicationFailureInfo,ApplicationFailureInfo.Builder
@Generated(value="protoc", comments="annotations:ApplicationFailureInfoOrBuilder.java.pb.meta") public interface ApplicationFailureInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PayloadsgetDetails().temporal.api.common.v1.Payloads details = 3;PayloadsOrBuildergetDetailsOrBuilder().temporal.api.common.v1.Payloads details = 3;booleangetNonRetryable()bool non_retryable = 2;java.lang.StringgetType()string type = 1;com.google.protobuf.ByteStringgetTypeBytes()string type = 1;booleanhasDetails().temporal.api.common.v1.Payloads details = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getType
java.lang.String getType()
string type = 1;- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()
string type = 1;- Returns:
- The bytes for type.
-
getNonRetryable
boolean getNonRetryable()
bool non_retryable = 2;- Returns:
- The nonRetryable.
-
hasDetails
boolean hasDetails()
.temporal.api.common.v1.Payloads details = 3;- Returns:
- Whether the details field is set.
-
getDetails
Payloads getDetails()
.temporal.api.common.v1.Payloads details = 3;- Returns:
- The details.
-
getDetailsOrBuilder
PayloadsOrBuilder getDetailsOrBuilder()
.temporal.api.common.v1.Payloads details = 3;
-
-