Class TGetSeriesSlotListResp
- java.lang.Object
-
- org.apache.iotdb.confignode.rpc.thrift.TGetSeriesSlotListResp
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TGetSeriesSlotListResp>,org.apache.thrift.TBase<TGetSeriesSlotListResp,TGetSeriesSlotListResp._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.1)", date="2024-04-19") public class TGetSeriesSlotListResp extends Object implements org.apache.thrift.TBase<TGetSeriesSlotListResp,TGetSeriesSlotListResp._Fields>, Serializable, Cloneable, Comparable<TGetSeriesSlotListResp>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTGetSeriesSlotListResp._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description static Map<TGetSeriesSlotListResp._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapList<TSeriesPartitionSlot>seriesSlotListTSStatusstatus
-
Constructor Summary
Constructors Constructor Description TGetSeriesSlotListResp()TGetSeriesSlotListResp(TSStatus status)TGetSeriesSlotListResp(TGetSeriesSlotListResp other)Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToSeriesSlotList(TSeriesPartitionSlot elem)voidclear()intcompareTo(TGetSeriesSlotListResp other)TGetSeriesSlotListRespdeepCopy()booleanequals(Object that)booleanequals(TGetSeriesSlotListResp that)TGetSeriesSlotListResp._FieldsfieldForId(int fieldId)ObjectgetFieldValue(TGetSeriesSlotListResp._Fields field)List<TSeriesPartitionSlot>getSeriesSlotList()Iterator<TSeriesPartitionSlot>getSeriesSlotListIterator()intgetSeriesSlotListSize()TSStatusgetStatus()inthashCode()booleanisSet(TGetSeriesSlotListResp._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetSeriesSlotList()Returns true if field seriesSlotList is set (has been assigned a value) and false otherwisebooleanisSetStatus()Returns true if field status is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)voidsetFieldValue(TGetSeriesSlotListResp._Fields field, Object value)TGetSeriesSlotListRespsetSeriesSlotList(List<TSeriesPartitionSlot> seriesSlotList)voidsetSeriesSlotListIsSet(boolean value)TGetSeriesSlotListRespsetStatus(TSStatus status)voidsetStatusIsSet(boolean value)StringtoString()voidunsetSeriesSlotList()voidunsetStatus()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
status
public TSStatus status
-
seriesSlotList
public List<TSeriesPartitionSlot> seriesSlotList
-
metaDataMap
public static final Map<TGetSeriesSlotListResp._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
TGetSeriesSlotListResp
public TGetSeriesSlotListResp()
-
TGetSeriesSlotListResp
public TGetSeriesSlotListResp(TSStatus status)
-
TGetSeriesSlotListResp
public TGetSeriesSlotListResp(TGetSeriesSlotListResp other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TGetSeriesSlotListResp deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TGetSeriesSlotListResp,TGetSeriesSlotListResp._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TGetSeriesSlotListResp,TGetSeriesSlotListResp._Fields>
-
getStatus
public TSStatus getStatus()
-
setStatus
public TGetSeriesSlotListResp setStatus(TSStatus status)
-
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)
-
getSeriesSlotListSize
public int getSeriesSlotListSize()
-
getSeriesSlotListIterator
public Iterator<TSeriesPartitionSlot> getSeriesSlotListIterator()
-
addToSeriesSlotList
public void addToSeriesSlotList(TSeriesPartitionSlot elem)
-
getSeriesSlotList
public List<TSeriesPartitionSlot> getSeriesSlotList()
-
setSeriesSlotList
public TGetSeriesSlotListResp setSeriesSlotList(List<TSeriesPartitionSlot> seriesSlotList)
-
unsetSeriesSlotList
public void unsetSeriesSlotList()
-
isSetSeriesSlotList
public boolean isSetSeriesSlotList()
Returns true if field seriesSlotList is set (has been assigned a value) and false otherwise
-
setSeriesSlotListIsSet
public void setSeriesSlotListIsSet(boolean value)
-
setFieldValue
public void setFieldValue(TGetSeriesSlotListResp._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TGetSeriesSlotListResp,TGetSeriesSlotListResp._Fields>
-
getFieldValue
public Object getFieldValue(TGetSeriesSlotListResp._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TGetSeriesSlotListResp,TGetSeriesSlotListResp._Fields>
-
isSet
public boolean isSet(TGetSeriesSlotListResp._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<TGetSeriesSlotListResp,TGetSeriesSlotListResp._Fields>
-
equals
public boolean equals(TGetSeriesSlotListResp that)
-
compareTo
public int compareTo(TGetSeriesSlotListResp other)
- Specified by:
compareToin interfaceComparable<TGetSeriesSlotListResp>
-
fieldForId
public TGetSeriesSlotListResp._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TGetSeriesSlotListResp,TGetSeriesSlotListResp._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
-
-