Class TCountTimeSlotListReq
- java.lang.Object
-
- org.apache.iotdb.confignode.rpc.thrift.TCountTimeSlotListReq
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TCountTimeSlotListReq>,org.apache.thrift.TBase<TCountTimeSlotListReq,TCountTimeSlotListReq._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.1)", date="2024-04-19") public class TCountTimeSlotListReq extends Object implements org.apache.thrift.TBase<TCountTimeSlotListReq,TCountTimeSlotListReq._Fields>, Serializable, Cloneable, Comparable<TCountTimeSlotListReq>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTCountTimeSlotListReq._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description StringdatabaseStringdevicelongendTimestatic Map<TCountTimeSlotListReq._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMaplongregionIdlongstartTime
-
Constructor Summary
Constructors Constructor Description TCountTimeSlotListReq()TCountTimeSlotListReq(TCountTimeSlotListReq other)Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intcompareTo(TCountTimeSlotListReq other)TCountTimeSlotListReqdeepCopy()booleanequals(Object that)booleanequals(TCountTimeSlotListReq that)TCountTimeSlotListReq._FieldsfieldForId(int fieldId)StringgetDatabase()StringgetDevice()longgetEndTime()ObjectgetFieldValue(TCountTimeSlotListReq._Fields field)longgetRegionId()longgetStartTime()inthashCode()booleanisSet(TCountTimeSlotListReq._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetDatabase()Returns true if field database is set (has been assigned a value) and false otherwisebooleanisSetDevice()Returns true if field device is set (has been assigned a value) and false otherwisebooleanisSetEndTime()Returns true if field endTime is set (has been assigned a value) and false otherwisebooleanisSetRegionId()Returns true if field regionId is set (has been assigned a value) and false otherwisebooleanisSetStartTime()Returns true if field startTime is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)TCountTimeSlotListReqsetDatabase(String database)voidsetDatabaseIsSet(boolean value)TCountTimeSlotListReqsetDevice(String device)voidsetDeviceIsSet(boolean value)TCountTimeSlotListReqsetEndTime(long endTime)voidsetEndTimeIsSet(boolean value)voidsetFieldValue(TCountTimeSlotListReq._Fields field, Object value)TCountTimeSlotListReqsetRegionId(long regionId)voidsetRegionIdIsSet(boolean value)TCountTimeSlotListReqsetStartTime(long startTime)voidsetStartTimeIsSet(boolean value)StringtoString()voidunsetDatabase()voidunsetDevice()voidunsetEndTime()voidunsetRegionId()voidunsetStartTime()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
database
public String database
-
device
public String device
-
regionId
public long regionId
-
startTime
public long startTime
-
endTime
public long endTime
-
metaDataMap
public static final Map<TCountTimeSlotListReq._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
TCountTimeSlotListReq
public TCountTimeSlotListReq()
-
TCountTimeSlotListReq
public TCountTimeSlotListReq(TCountTimeSlotListReq other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TCountTimeSlotListReq deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TCountTimeSlotListReq,TCountTimeSlotListReq._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TCountTimeSlotListReq,TCountTimeSlotListReq._Fields>
-
getDatabase
public String getDatabase()
-
setDatabase
public TCountTimeSlotListReq setDatabase(String database)
-
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)
-
getDevice
public String getDevice()
-
setDevice
public TCountTimeSlotListReq setDevice(String device)
-
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)
-
getRegionId
public long getRegionId()
-
setRegionId
public TCountTimeSlotListReq setRegionId(long regionId)
-
unsetRegionId
public void unsetRegionId()
-
isSetRegionId
public boolean isSetRegionId()
Returns true if field regionId is set (has been assigned a value) and false otherwise
-
setRegionIdIsSet
public void setRegionIdIsSet(boolean value)
-
getStartTime
public long getStartTime()
-
setStartTime
public TCountTimeSlotListReq setStartTime(long startTime)
-
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()
-
setEndTime
public TCountTimeSlotListReq setEndTime(long endTime)
-
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)
-
setFieldValue
public void setFieldValue(TCountTimeSlotListReq._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TCountTimeSlotListReq,TCountTimeSlotListReq._Fields>
-
getFieldValue
public Object getFieldValue(TCountTimeSlotListReq._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TCountTimeSlotListReq,TCountTimeSlotListReq._Fields>
-
isSet
public boolean isSet(TCountTimeSlotListReq._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSetin interfaceorg.apache.thrift.TBase<TCountTimeSlotListReq,TCountTimeSlotListReq._Fields>
-
equals
public boolean equals(TCountTimeSlotListReq that)
-
compareTo
public int compareTo(TCountTimeSlotListReq other)
- Specified by:
compareToin interfaceComparable<TCountTimeSlotListReq>
-
fieldForId
public TCountTimeSlotListReq._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TCountTimeSlotListReq,TCountTimeSlotListReq._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException- Specified by:
readin interfaceorg.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:
writein interfaceorg.apache.thrift.TSerializable- Throws:
org.apache.thrift.TException
-
validate
public void validate() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
-