Interface PendingActivityInfo.PauseInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PendingActivityInfo.PauseInfo,PendingActivityInfo.PauseInfo.Builder
- Enclosing class:
PendingActivityInfo
public static interface PendingActivityInfo.PauseInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionactivity was paused by the manual interventionactivity was paused by the manual interventioncom.google.protobuf.TimestampThe time when the activity was paused.com.google.protobuf.TimestampOrBuilderThe time when the activity was paused.getRule()activity was paused by the ruleactivity was paused by the rulebooleanactivity was paused by the manual interventionbooleanThe time when the activity was paused.booleanhasRule()activity was paused by the ruleMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasPauseTime
boolean hasPauseTime()The time when the activity was paused.
.google.protobuf.Timestamp pause_time = 1;- Returns:
- Whether the pauseTime field is set.
-
getPauseTime
com.google.protobuf.Timestamp getPauseTime()The time when the activity was paused.
.google.protobuf.Timestamp pause_time = 1;- Returns:
- The pauseTime.
-
getPauseTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getPauseTimeOrBuilder()The time when the activity was paused.
.google.protobuf.Timestamp pause_time = 1; -
hasManual
boolean hasManual()activity was paused by the manual intervention
.temporal.api.workflow.v1.PendingActivityInfo.PauseInfo.Manual manual = 2;- Returns:
- Whether the manual field is set.
-
getManual
PendingActivityInfo.PauseInfo.Manual getManual()activity was paused by the manual intervention
.temporal.api.workflow.v1.PendingActivityInfo.PauseInfo.Manual manual = 2;- Returns:
- The manual.
-
getManualOrBuilder
PendingActivityInfo.PauseInfo.ManualOrBuilder getManualOrBuilder()activity was paused by the manual intervention
.temporal.api.workflow.v1.PendingActivityInfo.PauseInfo.Manual manual = 2; -
hasRule
boolean hasRule()activity was paused by the rule
.temporal.api.workflow.v1.PendingActivityInfo.PauseInfo.Rule rule = 4;- Returns:
- Whether the rule field is set.
-
getRule
PendingActivityInfo.PauseInfo.Rule getRule()activity was paused by the rule
.temporal.api.workflow.v1.PendingActivityInfo.PauseInfo.Rule rule = 4;- Returns:
- The rule.
-
getRuleOrBuilder
PendingActivityInfo.PauseInfo.RuleOrBuilder getRuleOrBuilder()activity was paused by the rule
.temporal.api.workflow.v1.PendingActivityInfo.PauseInfo.Rule rule = 4; -
getPausedByCase
PendingActivityInfo.PauseInfo.PausedByCase getPausedByCase()
-