Package io.temporal.api.command.v1
Interface CancelWorkflowExecutionCommandAttributesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CancelWorkflowExecutionCommandAttributes,CancelWorkflowExecutionCommandAttributes.Builder
@Generated(value="protoc", comments="annotations:CancelWorkflowExecutionCommandAttributesOrBuilder.java.pb.meta") public interface CancelWorkflowExecutionCommandAttributesOrBuilder 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 = 1;PayloadsOrBuildergetDetailsOrBuilder().temporal.api.common.v1.Payloads details = 1;booleanhasDetails().temporal.api.common.v1.Payloads details = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasDetails
boolean hasDetails()
.temporal.api.common.v1.Payloads details = 1;- Returns:
- Whether the details field is set.
-
getDetails
Payloads getDetails()
.temporal.api.common.v1.Payloads details = 1;- Returns:
- The details.
-
getDetailsOrBuilder
PayloadsOrBuilder getDetailsOrBuilder()
.temporal.api.common.v1.Payloads details = 1;
-
-