Class Decision

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<Decision>, org.apache.thrift.TBase<Decision,​Decision._Fields>

    @Generated(value="Autogenerated by Thrift Compiler (0.9.3)",
               date="2023-08-08")
    public class Decision
    extends java.lang.Object
    implements org.apache.thrift.TBase<Decision,​Decision._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<Decision>
    See Also:
    Serialized Form
    • Constructor Detail

      • Decision

        public Decision()
      • Decision

        public Decision​(Decision other)
        Performs a deep copy on other.
    • Method Detail

      • unsetDecisionType

        public void unsetDecisionType()
      • isSetDecisionType

        public boolean isSetDecisionType()
        Returns true if field decisionType is set (has been assigned a value) and false otherwise
      • setDecisionTypeIsSet

        public void setDecisionTypeIsSet​(boolean value)
      • unsetScheduleActivityTaskDecisionAttributes

        public void unsetScheduleActivityTaskDecisionAttributes()
      • isSetScheduleActivityTaskDecisionAttributes

        public boolean isSetScheduleActivityTaskDecisionAttributes()
        Returns true if field scheduleActivityTaskDecisionAttributes is set (has been assigned a value) and false otherwise
      • setScheduleActivityTaskDecisionAttributesIsSet

        public void setScheduleActivityTaskDecisionAttributesIsSet​(boolean value)
      • unsetStartTimerDecisionAttributes

        public void unsetStartTimerDecisionAttributes()
      • isSetStartTimerDecisionAttributes

        public boolean isSetStartTimerDecisionAttributes()
        Returns true if field startTimerDecisionAttributes is set (has been assigned a value) and false otherwise
      • setStartTimerDecisionAttributesIsSet

        public void setStartTimerDecisionAttributesIsSet​(boolean value)
      • unsetCompleteWorkflowExecutionDecisionAttributes

        public void unsetCompleteWorkflowExecutionDecisionAttributes()
      • isSetCompleteWorkflowExecutionDecisionAttributes

        public boolean isSetCompleteWorkflowExecutionDecisionAttributes()
        Returns true if field completeWorkflowExecutionDecisionAttributes is set (has been assigned a value) and false otherwise
      • setCompleteWorkflowExecutionDecisionAttributesIsSet

        public void setCompleteWorkflowExecutionDecisionAttributesIsSet​(boolean value)
      • unsetFailWorkflowExecutionDecisionAttributes

        public void unsetFailWorkflowExecutionDecisionAttributes()
      • isSetFailWorkflowExecutionDecisionAttributes

        public boolean isSetFailWorkflowExecutionDecisionAttributes()
        Returns true if field failWorkflowExecutionDecisionAttributes is set (has been assigned a value) and false otherwise
      • setFailWorkflowExecutionDecisionAttributesIsSet

        public void setFailWorkflowExecutionDecisionAttributesIsSet​(boolean value)
      • unsetRequestCancelActivityTaskDecisionAttributes

        public void unsetRequestCancelActivityTaskDecisionAttributes()
      • isSetRequestCancelActivityTaskDecisionAttributes

        public boolean isSetRequestCancelActivityTaskDecisionAttributes()
        Returns true if field requestCancelActivityTaskDecisionAttributes is set (has been assigned a value) and false otherwise
      • setRequestCancelActivityTaskDecisionAttributesIsSet

        public void setRequestCancelActivityTaskDecisionAttributesIsSet​(boolean value)
      • unsetCancelTimerDecisionAttributes

        public void unsetCancelTimerDecisionAttributes()
      • isSetCancelTimerDecisionAttributes

        public boolean isSetCancelTimerDecisionAttributes()
        Returns true if field cancelTimerDecisionAttributes is set (has been assigned a value) and false otherwise
      • setCancelTimerDecisionAttributesIsSet

        public void setCancelTimerDecisionAttributesIsSet​(boolean value)
      • unsetCancelWorkflowExecutionDecisionAttributes

        public void unsetCancelWorkflowExecutionDecisionAttributes()
      • isSetCancelWorkflowExecutionDecisionAttributes

        public boolean isSetCancelWorkflowExecutionDecisionAttributes()
        Returns true if field cancelWorkflowExecutionDecisionAttributes is set (has been assigned a value) and false otherwise
      • setCancelWorkflowExecutionDecisionAttributesIsSet

        public void setCancelWorkflowExecutionDecisionAttributesIsSet​(boolean value)
      • unsetRequestCancelExternalWorkflowExecutionDecisionAttributes

        public void unsetRequestCancelExternalWorkflowExecutionDecisionAttributes()
      • isSetRequestCancelExternalWorkflowExecutionDecisionAttributes

        public boolean isSetRequestCancelExternalWorkflowExecutionDecisionAttributes()
        Returns true if field requestCancelExternalWorkflowExecutionDecisionAttributes is set (has been assigned a value) and false otherwise
      • setRequestCancelExternalWorkflowExecutionDecisionAttributesIsSet

        public void setRequestCancelExternalWorkflowExecutionDecisionAttributesIsSet​(boolean value)
      • unsetRecordMarkerDecisionAttributes

        public void unsetRecordMarkerDecisionAttributes()
      • isSetRecordMarkerDecisionAttributes

        public boolean isSetRecordMarkerDecisionAttributes()
        Returns true if field recordMarkerDecisionAttributes is set (has been assigned a value) and false otherwise
      • setRecordMarkerDecisionAttributesIsSet

        public void setRecordMarkerDecisionAttributesIsSet​(boolean value)
      • unsetContinueAsNewWorkflowExecutionDecisionAttributes

        public void unsetContinueAsNewWorkflowExecutionDecisionAttributes()
      • isSetContinueAsNewWorkflowExecutionDecisionAttributes

        public boolean isSetContinueAsNewWorkflowExecutionDecisionAttributes()
        Returns true if field continueAsNewWorkflowExecutionDecisionAttributes is set (has been assigned a value) and false otherwise
      • setContinueAsNewWorkflowExecutionDecisionAttributesIsSet

        public void setContinueAsNewWorkflowExecutionDecisionAttributesIsSet​(boolean value)
      • unsetStartChildWorkflowExecutionDecisionAttributes

        public void unsetStartChildWorkflowExecutionDecisionAttributes()
      • isSetStartChildWorkflowExecutionDecisionAttributes

        public boolean isSetStartChildWorkflowExecutionDecisionAttributes()
        Returns true if field startChildWorkflowExecutionDecisionAttributes is set (has been assigned a value) and false otherwise
      • setStartChildWorkflowExecutionDecisionAttributesIsSet

        public void setStartChildWorkflowExecutionDecisionAttributesIsSet​(boolean value)
      • unsetSignalExternalWorkflowExecutionDecisionAttributes

        public void unsetSignalExternalWorkflowExecutionDecisionAttributes()
      • isSetSignalExternalWorkflowExecutionDecisionAttributes

        public boolean isSetSignalExternalWorkflowExecutionDecisionAttributes()
        Returns true if field signalExternalWorkflowExecutionDecisionAttributes is set (has been assigned a value) and false otherwise
      • setSignalExternalWorkflowExecutionDecisionAttributesIsSet

        public void setSignalExternalWorkflowExecutionDecisionAttributesIsSet​(boolean value)
      • unsetUpsertWorkflowSearchAttributesDecisionAttributes

        public void unsetUpsertWorkflowSearchAttributesDecisionAttributes()
      • isSetUpsertWorkflowSearchAttributesDecisionAttributes

        public boolean isSetUpsertWorkflowSearchAttributesDecisionAttributes()
        Returns true if field upsertWorkflowSearchAttributesDecisionAttributes is set (has been assigned a value) and false otherwise
      • setUpsertWorkflowSearchAttributesDecisionAttributesIsSet

        public void setUpsertWorkflowSearchAttributesDecisionAttributesIsSet​(boolean value)
      • isSet

        public boolean isSet​(Decision._Fields field)
        Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
        Specified by:
        isSet in interface org.apache.thrift.TBase<Decision,​Decision._Fields>
      • equals

        public boolean equals​(java.lang.Object that)
        Overrides:
        equals in class java.lang.Object
      • equals

        public boolean equals​(Decision that)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • compareTo

        public int compareTo​(Decision other)
        Specified by:
        compareTo in interface java.lang.Comparable<Decision>
      • read

        public void read​(org.apache.thrift.protocol.TProtocol iprot)
                  throws org.apache.thrift.TException
        Specified by:
        read in interface org.apache.thrift.TBase<Decision,​Decision._Fields>
        Throws:
        org.apache.thrift.TException
      • write

        public void write​(org.apache.thrift.protocol.TProtocol oprot)
                   throws org.apache.thrift.TException
        Specified by:
        write in interface org.apache.thrift.TBase<Decision,​Decision._Fields>
        Throws:
        org.apache.thrift.TException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • validate

        public void validate()
                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException