Package io.temporal.api.workflow.v1
Interface PendingActivityInfo.PauseInfo.ManualOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PendingActivityInfo.PauseInfo.Manual,PendingActivityInfo.PauseInfo.Manual.Builder
- Enclosing class:
- PendingActivityInfo.PauseInfo
public static interface PendingActivityInfo.PauseInfo.ManualOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetIdentity()The identity of the actor that paused the activity.com.google.protobuf.ByteStringgetIdentityBytes()The identity of the actor that paused the activity.java.lang.StringgetReason()Reason for pausing the activity.com.google.protobuf.ByteStringgetReasonBytes()Reason for pausing the activity.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getIdentity
java.lang.String getIdentity()
The identity of the actor that paused the activity.
string identity = 1;- Returns:
- The identity.
-
getIdentityBytes
com.google.protobuf.ByteString getIdentityBytes()
The identity of the actor that paused the activity.
string identity = 1;- Returns:
- The bytes for identity.
-
getReason
java.lang.String getReason()
Reason for pausing the activity.
string reason = 2;- Returns:
- The reason.
-
getReasonBytes
com.google.protobuf.ByteString getReasonBytes()
Reason for pausing the activity.
string reason = 2;- Returns:
- The bytes for reason.
-
-