Class TSQueryTemplateReq

    • Field Detail

      • sessionId

        public long sessionId
      • queryType

        public int queryType
      • measurement

        public String measurement
    • Constructor Detail

      • TSQueryTemplateReq

        public TSQueryTemplateReq()
      • TSQueryTemplateReq

        public TSQueryTemplateReq​(long sessionId,
                                  String name,
                                  int queryType)
      • TSQueryTemplateReq

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

      • getSessionId

        public long getSessionId()
      • unsetSessionId

        public void unsetSessionId()
      • isSetSessionId

        public boolean isSetSessionId()
        Returns true if field sessionId is set (has been assigned a value) and false otherwise
      • setSessionIdIsSet

        public void setSessionIdIsSet​(boolean value)
      • getName

        public String getName()
      • unsetName

        public void unsetName()
      • isSetName

        public boolean isSetName()
        Returns true if field name is set (has been assigned a value) and false otherwise
      • setNameIsSet

        public void setNameIsSet​(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)
      • getMeasurement

        public String getMeasurement()
      • unsetMeasurement

        public void unsetMeasurement()
      • isSetMeasurement

        public boolean isSetMeasurement()
        Returns true if field measurement is set (has been assigned a value) and false otherwise
      • setMeasurementIsSet

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