Class WorkflowResult

    • Field Detail

      • succeeded

        public int succeeded
      • skipped

        public int skipped
      • failed

        public int failed
      • metaDataMap

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

      • WorkflowResult

        public WorkflowResult()
      • WorkflowResult

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

      • getSucceeded

        public int getSucceeded()
      • setSucceeded

        public WorkflowResult setSucceeded​(int succeeded)
      • unsetSucceeded

        public void unsetSucceeded()
      • isSetSucceeded

        public boolean isSetSucceeded()
        Returns true if field succeeded is set (has been assigned a value) and false otherwise
      • setSucceededIsSet

        public void setSucceededIsSet​(boolean value)
      • getSkipped

        public int getSkipped()
      • unsetSkipped

        public void unsetSkipped()
      • isSetSkipped

        public boolean isSetSkipped()
        Returns true if field skipped is set (has been assigned a value) and false otherwise
      • setSkippedIsSet

        public void setSkippedIsSet​(boolean value)
      • getFailed

        public int getFailed()
      • unsetFailed

        public void unsetFailed()
      • isSetFailed

        public boolean isSetFailed()
        Returns true if field failed is set (has been assigned a value) and false otherwise
      • setFailedIsSet

        public void setFailedIsSet​(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<WorkflowResult,​WorkflowResult._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<WorkflowResult,​WorkflowResult._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