Class TSQueryTemplateResp

    • Field Detail

      • queryType

        public int queryType
      • result

        public boolean result
      • count

        public int count
    • Constructor Detail

      • TSQueryTemplateResp

        public TSQueryTemplateResp()
      • TSQueryTemplateResp

        public TSQueryTemplateResp​(TSStatus status,
                                   int queryType)
      • TSQueryTemplateResp

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

      • getStatus

        public TSStatus getStatus()
      • unsetStatus

        public void unsetStatus()
      • isSetStatus

        public boolean isSetStatus()
        Returns true if field status is set (has been assigned a value) and false otherwise
      • setStatusIsSet

        public void setStatusIsSet​(boolean value)
      • getQueryType

        public int getQueryType()
      • 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)
      • isResult

        public boolean isResult()
      • unsetResult

        public void unsetResult()
      • isSetResult

        public boolean isSetResult()
        Returns true if field result is set (has been assigned a value) and false otherwise
      • setResultIsSet

        public void setResultIsSet​(boolean value)
      • getCount

        public int getCount()
      • unsetCount

        public void unsetCount()
      • isSetCount

        public boolean isSetCount()
        Returns true if field count is set (has been assigned a value) and false otherwise
      • setCountIsSet

        public void setCountIsSet​(boolean value)
      • getMeasurementsSize

        public int getMeasurementsSize()
      • getMeasurementsIterator

        public Iterator<String> getMeasurementsIterator()
      • addToMeasurements

        public void addToMeasurements​(String elem)
      • getMeasurements

        public List<String> getMeasurements()
      • unsetMeasurements

        public void unsetMeasurements()
      • isSetMeasurements

        public boolean isSetMeasurements()
        Returns true if field measurements is set (has been assigned a value) and false otherwise
      • setMeasurementsIsSet

        public void setMeasurementsIsSet​(boolean value)
      • hashCode

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

        public void read​(org.apache.thrift.protocol.TProtocol iprot)
                  throws org.apache.thrift.TException
        Specified by:
        read in interface org.apache.thrift.TSerializable
        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.TSerializable
        Throws:
        org.apache.thrift.TException
      • validate

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