Class PendingDecisionInfo

    • Field Detail

      • scheduledTimestamp

        public long scheduledTimestamp
      • startedTimestamp

        public long startedTimestamp
      • attempt

        public long attempt
      • originalScheduledTimestamp

        public long originalScheduledTimestamp
    • Constructor Detail

      • PendingDecisionInfo

        public PendingDecisionInfo()
      • PendingDecisionInfo

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

      • unsetState

        public void unsetState()
      • isSetState

        public boolean isSetState()
        Returns true if field state is set (has been assigned a value) and false otherwise
      • setStateIsSet

        public void setStateIsSet​(boolean value)
      • getScheduledTimestamp

        public long getScheduledTimestamp()
      • setScheduledTimestamp

        public PendingDecisionInfo setScheduledTimestamp​(long scheduledTimestamp)
      • unsetScheduledTimestamp

        public void unsetScheduledTimestamp()
      • isSetScheduledTimestamp

        public boolean isSetScheduledTimestamp()
        Returns true if field scheduledTimestamp is set (has been assigned a value) and false otherwise
      • setScheduledTimestampIsSet

        public void setScheduledTimestampIsSet​(boolean value)
      • getStartedTimestamp

        public long getStartedTimestamp()
      • setStartedTimestamp

        public PendingDecisionInfo setStartedTimestamp​(long startedTimestamp)
      • unsetStartedTimestamp

        public void unsetStartedTimestamp()
      • isSetStartedTimestamp

        public boolean isSetStartedTimestamp()
        Returns true if field startedTimestamp is set (has been assigned a value) and false otherwise
      • setStartedTimestampIsSet

        public void setStartedTimestampIsSet​(boolean value)
      • getAttempt

        public long getAttempt()
      • unsetAttempt

        public void unsetAttempt()
      • isSetAttempt

        public boolean isSetAttempt()
        Returns true if field attempt is set (has been assigned a value) and false otherwise
      • setAttemptIsSet

        public void setAttemptIsSet​(boolean value)
      • getOriginalScheduledTimestamp

        public long getOriginalScheduledTimestamp()
      • setOriginalScheduledTimestamp

        public PendingDecisionInfo setOriginalScheduledTimestamp​(long originalScheduledTimestamp)
      • unsetOriginalScheduledTimestamp

        public void unsetOriginalScheduledTimestamp()
      • isSetOriginalScheduledTimestamp

        public boolean isSetOriginalScheduledTimestamp()
        Returns true if field originalScheduledTimestamp is set (has been assigned a value) and false otherwise
      • setOriginalScheduledTimestampIsSet

        public void setOriginalScheduledTimestampIsSet​(boolean value)
      • equals

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

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

        public void read​(org.apache.thrift.protocol.TProtocol iprot)
                  throws org.apache.thrift.TException
        Specified by:
        read in interface org.apache.thrift.TBase<PendingDecisionInfo,​PendingDecisionInfo._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<PendingDecisionInfo,​PendingDecisionInfo._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