Interface WorkflowExecutionTerminatedEventAttributesOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Payloads getDetails()
      .temporal.api.common.v1.Payloads details = 2;
      PayloadsOrBuilder getDetailsOrBuilder()
      .temporal.api.common.v1.Payloads details = 2;
      java.lang.String getIdentity()
      id of the client who requested termination
      com.google.protobuf.ByteString getIdentityBytes()
      id of the client who requested termination
      java.lang.String getReason()
      User/client provided reason for termination
      com.google.protobuf.ByteString getReasonBytes()
      User/client provided reason for termination
      boolean hasDetails()
      .temporal.api.common.v1.Payloads details = 2;
      • 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

      • getReason

        java.lang.String getReason()
         User/client provided reason for termination
         
        string reason = 1;
        Returns:
        The reason.
      • getReasonBytes

        com.google.protobuf.ByteString getReasonBytes()
         User/client provided reason for termination
         
        string reason = 1;
        Returns:
        The bytes for reason.
      • hasDetails

        boolean hasDetails()
        .temporal.api.common.v1.Payloads details = 2;
        Returns:
        Whether the details field is set.
      • getDetails

        Payloads getDetails()
        .temporal.api.common.v1.Payloads details = 2;
        Returns:
        The details.
      • getDetailsOrBuilder

        PayloadsOrBuilder getDetailsOrBuilder()
        .temporal.api.common.v1.Payloads details = 2;
      • getIdentity

        java.lang.String getIdentity()
         id of the client who requested termination
         
        string identity = 3;
        Returns:
        The identity.
      • getIdentityBytes

        com.google.protobuf.ByteString getIdentityBytes()
         id of the client who requested termination
         
        string identity = 3;
        Returns:
        The bytes for identity.