Interface PendingActivityInfo.PauseInfo.ManualOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getIdentity()
      The identity of the actor that paused the activity.
      com.google.protobuf.ByteString getIdentityBytes()
      The identity of the actor that paused the activity.
      java.lang.String getReason()
      Reason for pausing the activity.
      com.google.protobuf.ByteString getReasonBytes()
      Reason for pausing the activity.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.