Class PendingChildExecutionInfo

    • Field Detail

      • domain

        public java.lang.String domain
      • workflowID

        public java.lang.String workflowID
      • runID

        public java.lang.String runID
      • workflowTypName

        public java.lang.String workflowTypName
      • initiatedID

        public long initiatedID
    • Constructor Detail

      • PendingChildExecutionInfo

        public PendingChildExecutionInfo()
      • PendingChildExecutionInfo

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

      • getDomain

        public java.lang.String getDomain()
      • unsetDomain

        public void unsetDomain()
      • isSetDomain

        public boolean isSetDomain()
        Returns true if field domain is set (has been assigned a value) and false otherwise
      • setDomainIsSet

        public void setDomainIsSet​(boolean value)
      • getWorkflowID

        public java.lang.String getWorkflowID()
      • 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)
      • getWorkflowTypName

        public java.lang.String getWorkflowTypName()
      • unsetWorkflowTypName

        public void unsetWorkflowTypName()
      • isSetWorkflowTypName

        public boolean isSetWorkflowTypName()
        Returns true if field workflowTypName is set (has been assigned a value) and false otherwise
      • setWorkflowTypNameIsSet

        public void setWorkflowTypNameIsSet​(boolean value)
      • getInitiatedID

        public long getInitiatedID()
      • unsetInitiatedID

        public void unsetInitiatedID()
      • isSetInitiatedID

        public boolean isSetInitiatedID()
        Returns true if field initiatedID is set (has been assigned a value) and false otherwise
      • setInitiatedIDIsSet

        public void setInitiatedIDIsSet​(boolean value)
      • unsetParentClosePolicy

        public void unsetParentClosePolicy()
      • isSetParentClosePolicy

        public boolean isSetParentClosePolicy()
        Returns true if field parentClosePolicy is set (has been assigned a value) and false otherwise
      • setParentClosePolicyIsSet

        public void setParentClosePolicyIsSet​(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
      • 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