Class TGetPipePluginTableResp
- java.lang.Object
-
- org.apache.iotdb.confignode.rpc.thrift.TGetPipePluginTableResp
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TGetPipePluginTableResp>,org.apache.thrift.TBase<TGetPipePluginTableResp,TGetPipePluginTableResp._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.1)", date="2024-04-19") public class TGetPipePluginTableResp extends Object implements org.apache.thrift.TBase<TGetPipePluginTableResp,TGetPipePluginTableResp._Fields>, Serializable, Cloneable, Comparable<TGetPipePluginTableResp>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTGetPipePluginTableResp._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description List<ByteBuffer>allPipePluginMetastatic Map<TGetPipePluginTableResp._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapTSStatusstatus
-
Constructor Summary
Constructors Constructor Description TGetPipePluginTableResp()TGetPipePluginTableResp(TSStatus status, List<ByteBuffer> allPipePluginMeta)TGetPipePluginTableResp(TGetPipePluginTableResp other)Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToAllPipePluginMeta(ByteBuffer elem)voidclear()intcompareTo(TGetPipePluginTableResp other)TGetPipePluginTableRespdeepCopy()booleanequals(Object that)booleanequals(TGetPipePluginTableResp that)TGetPipePluginTableResp._FieldsfieldForId(int fieldId)List<ByteBuffer>getAllPipePluginMeta()Iterator<ByteBuffer>getAllPipePluginMetaIterator()intgetAllPipePluginMetaSize()ObjectgetFieldValue(TGetPipePluginTableResp._Fields field)TSStatusgetStatus()inthashCode()booleanisSet(TGetPipePluginTableResp._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetAllPipePluginMeta()Returns true if field allPipePluginMeta 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)TGetPipePluginTableRespsetAllPipePluginMeta(List<ByteBuffer> allPipePluginMeta)voidsetAllPipePluginMetaIsSet(boolean value)voidsetFieldValue(TGetPipePluginTableResp._Fields field, Object value)TGetPipePluginTableRespsetStatus(TSStatus status)voidsetStatusIsSet(boolean value)StringtoString()voidunsetAllPipePluginMeta()voidunsetStatus()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
status
public TSStatus status
-
allPipePluginMeta
public List<ByteBuffer> allPipePluginMeta
-
metaDataMap
public static final Map<TGetPipePluginTableResp._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
TGetPipePluginTableResp
public TGetPipePluginTableResp()
-
TGetPipePluginTableResp
public TGetPipePluginTableResp(TSStatus status, List<ByteBuffer> allPipePluginMeta)
-
TGetPipePluginTableResp
public TGetPipePluginTableResp(TGetPipePluginTableResp other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TGetPipePluginTableResp deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TGetPipePluginTableResp,TGetPipePluginTableResp._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TGetPipePluginTableResp,TGetPipePluginTableResp._Fields>
-
getStatus
public TSStatus getStatus()
-
setStatus
public TGetPipePluginTableResp 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)
-
getAllPipePluginMetaSize
public int getAllPipePluginMetaSize()
-
getAllPipePluginMetaIterator
public Iterator<ByteBuffer> getAllPipePluginMetaIterator()
-
addToAllPipePluginMeta
public void addToAllPipePluginMeta(ByteBuffer elem)
-
getAllPipePluginMeta
public List<ByteBuffer> getAllPipePluginMeta()
-
setAllPipePluginMeta
public TGetPipePluginTableResp setAllPipePluginMeta(List<ByteBuffer> allPipePluginMeta)
-
unsetAllPipePluginMeta
public void unsetAllPipePluginMeta()
-
isSetAllPipePluginMeta
public boolean isSetAllPipePluginMeta()
Returns true if field allPipePluginMeta is set (has been assigned a value) and false otherwise
-
setAllPipePluginMetaIsSet
public void setAllPipePluginMetaIsSet(boolean value)
-
setFieldValue
public void setFieldValue(TGetPipePluginTableResp._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TGetPipePluginTableResp,TGetPipePluginTableResp._Fields>
-
getFieldValue
public Object getFieldValue(TGetPipePluginTableResp._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TGetPipePluginTableResp,TGetPipePluginTableResp._Fields>
-
isSet
public boolean isSet(TGetPipePluginTableResp._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<TGetPipePluginTableResp,TGetPipePluginTableResp._Fields>
-
equals
public boolean equals(TGetPipePluginTableResp that)
-
compareTo
public int compareTo(TGetPipePluginTableResp other)
- Specified by:
compareToin interfaceComparable<TGetPipePluginTableResp>
-
fieldForId
public TGetPipePluginTableResp._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TGetPipePluginTableResp,TGetPipePluginTableResp._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
-
-