Class WorkflowQuery

    • Field Detail

      • queryType

        public java.lang.String queryType
      • queryArgs

        public java.nio.ByteBuffer queryArgs
      • metaDataMap

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

      • WorkflowQuery

        public WorkflowQuery()
      • WorkflowQuery

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

      • getQueryType

        public java.lang.String getQueryType()
      • setQueryType

        public WorkflowQuery setQueryType​(java.lang.String queryType)
      • unsetQueryType

        public void unsetQueryType()
      • isSetQueryType

        public boolean isSetQueryType()
        Returns true if field queryType is set (has been assigned a value) and false otherwise
      • setQueryTypeIsSet

        public void setQueryTypeIsSet​(boolean value)
      • getQueryArgs

        public byte[] getQueryArgs()
      • bufferForQueryArgs

        public java.nio.ByteBuffer bufferForQueryArgs()
      • setQueryArgs

        public WorkflowQuery setQueryArgs​(byte[] queryArgs)
      • setQueryArgs

        public WorkflowQuery setQueryArgs​(java.nio.ByteBuffer queryArgs)
      • unsetQueryArgs

        public void unsetQueryArgs()
      • isSetQueryArgs

        public boolean isSetQueryArgs()
        Returns true if field queryArgs is set (has been assigned a value) and false otherwise
      • setQueryArgsIsSet

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

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

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