Class TGetTimeSlotListReq
- java.lang.Object
-
- org.apache.iotdb.confignode.rpc.thrift.TGetTimeSlotListReq
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TGetTimeSlotListReq>,org.apache.thrift.TBase<TGetTimeSlotListReq,TGetTimeSlotListReq._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.1)", date="2024-04-19") public class TGetTimeSlotListReq extends Object implements org.apache.thrift.TBase<TGetTimeSlotListReq,TGetTimeSlotListReq._Fields>, Serializable, Cloneable, Comparable<TGetTimeSlotListReq>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTGetTimeSlotListReq._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<TGetTimeSlotListReq._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMaplongregionIdlongstartTime
-
Constructor Summary
Constructors Constructor Description TGetTimeSlotListReq()TGetTimeSlotListReq(TGetTimeSlotListReq other)Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intcompareTo(TGetTimeSlotListReq other)TGetTimeSlotListReqdeepCopy()booleanequals(Object that)booleanequals(TGetTimeSlotListReq that)TGetTimeSlotListReq._FieldsfieldForId(int fieldId)StringgetDatabase()StringgetDevice()longgetEndTime()ObjectgetFieldValue(TGetTimeSlotListReq._Fields field)longgetRegionId()longgetStartTime()inthashCode()booleanisSet(TGetTimeSlotListReq._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)TGetTimeSlotListReqsetDatabase(String database)voidsetDatabaseIsSet(boolean value)TGetTimeSlotListReqsetDevice(String device)voidsetDeviceIsSet(boolean value)TGetTimeSlotListReqsetEndTime(long endTime)voidsetEndTimeIsSet(boolean value)voidsetFieldValue(TGetTimeSlotListReq._Fields field, Object value)TGetTimeSlotListReqsetRegionId(long regionId)voidsetRegionIdIsSet(boolean value)TGetTimeSlotListReqsetStartTime(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<TGetTimeSlotListReq._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
TGetTimeSlotListReq
public TGetTimeSlotListReq()
-
TGetTimeSlotListReq
public TGetTimeSlotListReq(TGetTimeSlotListReq other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TGetTimeSlotListReq deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TGetTimeSlotListReq,TGetTimeSlotListReq._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TGetTimeSlotListReq,TGetTimeSlotListReq._Fields>
-
getDatabase
public String getDatabase()
-
setDatabase
public TGetTimeSlotListReq 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 TGetTimeSlotListReq 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 TGetTimeSlotListReq 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 TGetTimeSlotListReq 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 TGetTimeSlotListReq 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(TGetTimeSlotListReq._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TGetTimeSlotListReq,TGetTimeSlotListReq._Fields>
-
getFieldValue
public Object getFieldValue(TGetTimeSlotListReq._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TGetTimeSlotListReq,TGetTimeSlotListReq._Fields>
-
isSet
public boolean isSet(TGetTimeSlotListReq._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<TGetTimeSlotListReq,TGetTimeSlotListReq._Fields>
-
equals
public boolean equals(TGetTimeSlotListReq that)
-
compareTo
public int compareTo(TGetTimeSlotListReq other)
- Specified by:
compareToin interfaceComparable<TGetTimeSlotListReq>
-
fieldForId
public TGetTimeSlotListReq._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TGetTimeSlotListReq,TGetTimeSlotListReq._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
-
-