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 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

       activity was paused by the manual intervention
       
      .temporal.api.workflow.v1.PendingActivityInfo.PauseInfo.Manual manual = 2;
      Returns:
      The manual.
    • 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

       activity was paused by the rule
       
      .temporal.api.workflow.v1.PendingActivityInfo.PauseInfo.Rule rule = 4;
      Returns:
      The rule.
    • getRuleOrBuilder

       activity was paused by the rule
       
      .temporal.api.workflow.v1.PendingActivityInfo.PauseInfo.Rule rule = 4;
    • getPausedByCase