Class TSGroupByQueryIntervalReq

    • Field Detail

      • sessionId

        public long sessionId
      • statementId

        public long statementId
      • device

        public String device
      • measurement

        public String measurement
      • dataType

        public int dataType
      • database

        public String database
      • startTime

        public long startTime
      • endTime

        public long endTime
      • interval

        public long interval
      • fetchSize

        public int fetchSize
      • timeout

        public long timeout
    • Constructor Detail

      • TSGroupByQueryIntervalReq

        public TSGroupByQueryIntervalReq()
      • TSGroupByQueryIntervalReq

        public TSGroupByQueryIntervalReq​(long sessionId,
                                         long statementId,
                                         String device,
                                         String measurement,
                                         int dataType,
                                         TAggregationType aggregationType)
      • TSGroupByQueryIntervalReq

        public TSGroupByQueryIntervalReq​(TSGroupByQueryIntervalReq 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)
      • getStatementId

        public long getStatementId()
      • unsetStatementId

        public void unsetStatementId()
      • isSetStatementId

        public boolean isSetStatementId()
        Returns true if field statementId is set (has been assigned a value) and false otherwise
      • setStatementIdIsSet

        public void setStatementIdIsSet​(boolean value)
      • getDevice

        public String getDevice()
      • unsetDevice

        public void unsetDevice()
      • isSetDevice

        public boolean isSetDevice()
        Returns true if field device is set (has been assigned a value) and false otherwise
      • setDeviceIsSet

        public void setDeviceIsSet​(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)
      • getDataType

        public int getDataType()
      • unsetDataType

        public void unsetDataType()
      • isSetDataType

        public boolean isSetDataType()
        Returns true if field dataType is set (has been assigned a value) and false otherwise
      • setDataTypeIsSet

        public void setDataTypeIsSet​(boolean value)
      • unsetAggregationType

        public void unsetAggregationType()
      • isSetAggregationType

        public boolean isSetAggregationType()
        Returns true if field aggregationType is set (has been assigned a value) and false otherwise
      • setAggregationTypeIsSet

        public void setAggregationTypeIsSet​(boolean value)
      • getDatabase

        public String getDatabase()
      • unsetDatabase

        public void unsetDatabase()
      • isSetDatabase

        public boolean isSetDatabase()
        Returns true if field database is set (has been assigned a value) and false otherwise
      • setDatabaseIsSet

        public void setDatabaseIsSet​(boolean value)
      • getStartTime

        public long getStartTime()
      • unsetStartTime

        public void unsetStartTime()
      • isSetStartTime

        public boolean isSetStartTime()
        Returns true if field startTime is set (has been assigned a value) and false otherwise
      • setStartTimeIsSet

        public void setStartTimeIsSet​(boolean value)
      • getEndTime

        public long getEndTime()
      • unsetEndTime

        public void unsetEndTime()
      • isSetEndTime

        public boolean isSetEndTime()
        Returns true if field endTime is set (has been assigned a value) and false otherwise
      • setEndTimeIsSet

        public void setEndTimeIsSet​(boolean value)
      • getInterval

        public long getInterval()
      • unsetInterval

        public void unsetInterval()
      • isSetInterval

        public boolean isSetInterval()
        Returns true if field interval is set (has been assigned a value) and false otherwise
      • setIntervalIsSet

        public void setIntervalIsSet​(boolean value)
      • getFetchSize

        public int getFetchSize()
      • unsetFetchSize

        public void unsetFetchSize()
      • isSetFetchSize

        public boolean isSetFetchSize()
        Returns true if field fetchSize is set (has been assigned a value) and false otherwise
      • setFetchSizeIsSet

        public void setFetchSizeIsSet​(boolean value)
      • getTimeout

        public long getTimeout()
      • unsetTimeout

        public void unsetTimeout()
      • isSetTimeout

        public boolean isSetTimeout()
        Returns true if field timeout is set (has been assigned a value) and false otherwise
      • setTimeoutIsSet

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