Class RetryTaskV2Error

    • Field Detail

      • message

        public java.lang.String message
      • domainId

        public java.lang.String domainId
      • workflowId

        public java.lang.String workflowId
      • runId

        public java.lang.String runId
      • startEventId

        public long startEventId
      • startEventVersion

        public long startEventVersion
      • endEventId

        public long endEventId
      • endEventVersion

        public long endEventVersion
      • metaDataMap

        public static final java.util.Map<RetryTaskV2Error._Fields,​org.apache.thrift.meta_data.FieldMetaData> metaDataMap
    • Constructor Detail

      • RetryTaskV2Error

        public RetryTaskV2Error()
      • RetryTaskV2Error

        public RetryTaskV2Error​(java.lang.String message)
      • RetryTaskV2Error

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

      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable
      • unsetMessage

        public void unsetMessage()
      • isSetMessage

        public boolean isSetMessage()
        Returns true if field message is set (has been assigned a value) and false otherwise
      • setMessageIsSet

        public void setMessageIsSet​(boolean value)
      • getDomainId

        public java.lang.String getDomainId()
      • setDomainId

        public RetryTaskV2Error setDomainId​(java.lang.String domainId)
      • unsetDomainId

        public void unsetDomainId()
      • isSetDomainId

        public boolean isSetDomainId()
        Returns true if field domainId is set (has been assigned a value) and false otherwise
      • setDomainIdIsSet

        public void setDomainIdIsSet​(boolean value)
      • getWorkflowId

        public java.lang.String getWorkflowId()
      • setWorkflowId

        public RetryTaskV2Error setWorkflowId​(java.lang.String workflowId)
      • unsetWorkflowId

        public void unsetWorkflowId()
      • isSetWorkflowId

        public boolean isSetWorkflowId()
        Returns true if field workflowId is set (has been assigned a value) and false otherwise
      • setWorkflowIdIsSet

        public void setWorkflowIdIsSet​(boolean value)
      • getRunId

        public java.lang.String getRunId()
      • unsetRunId

        public void unsetRunId()
      • isSetRunId

        public boolean isSetRunId()
        Returns true if field runId is set (has been assigned a value) and false otherwise
      • setRunIdIsSet

        public void setRunIdIsSet​(boolean value)
      • getStartEventId

        public long getStartEventId()
      • setStartEventId

        public RetryTaskV2Error setStartEventId​(long startEventId)
      • unsetStartEventId

        public void unsetStartEventId()
      • isSetStartEventId

        public boolean isSetStartEventId()
        Returns true if field startEventId is set (has been assigned a value) and false otherwise
      • setStartEventIdIsSet

        public void setStartEventIdIsSet​(boolean value)
      • getStartEventVersion

        public long getStartEventVersion()
      • setStartEventVersion

        public RetryTaskV2Error setStartEventVersion​(long startEventVersion)
      • unsetStartEventVersion

        public void unsetStartEventVersion()
      • isSetStartEventVersion

        public boolean isSetStartEventVersion()
        Returns true if field startEventVersion is set (has been assigned a value) and false otherwise
      • setStartEventVersionIsSet

        public void setStartEventVersionIsSet​(boolean value)
      • getEndEventId

        public long getEndEventId()
      • unsetEndEventId

        public void unsetEndEventId()
      • isSetEndEventId

        public boolean isSetEndEventId()
        Returns true if field endEventId is set (has been assigned a value) and false otherwise
      • setEndEventIdIsSet

        public void setEndEventIdIsSet​(boolean value)
      • getEndEventVersion

        public long getEndEventVersion()
      • setEndEventVersion

        public RetryTaskV2Error setEndEventVersion​(long endEventVersion)
      • unsetEndEventVersion

        public void unsetEndEventVersion()
      • isSetEndEventVersion

        public boolean isSetEndEventVersion()
        Returns true if field endEventVersion is set (has been assigned a value) and false otherwise
      • setEndEventVersionIsSet

        public void setEndEventVersionIsSet​(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<RetryTaskV2Error,​RetryTaskV2Error._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<RetryTaskV2Error,​RetryTaskV2Error._Fields>
        Throws:
        org.apache.thrift.TException
      • toString

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

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