Package io.temporal.api.workflow.v1
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PendingActivityInfo.PauseInfo.ManualgetManual()activity was paused by the manual interventionPendingActivityInfo.PauseInfo.ManualOrBuildergetManualOrBuilder()activity was paused by the manual interventionPendingActivityInfo.PauseInfo.PausedByCasegetPausedByCase()com.google.protobuf.TimestampgetPauseTime()The time when the activity was paused.com.google.protobuf.TimestampOrBuildergetPauseTimeOrBuilder()The time when the activity was paused.PendingActivityInfo.PauseInfo.RulegetRule()activity was paused by the rulePendingActivityInfo.PauseInfo.RuleOrBuildergetRuleOrBuilder()activity was paused by the rulebooleanhasManual()activity was paused by the manual interventionbooleanhasPauseTime()The time when the activity was paused.booleanhasRule()activity was paused by the rule-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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()
-
-