Class TGetJarInListResp
- java.lang.Object
-
- org.apache.iotdb.confignode.rpc.thrift.TGetJarInListResp
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TGetJarInListResp>,org.apache.thrift.TBase<TGetJarInListResp,TGetJarInListResp._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.1)", date="2024-04-19") public class TGetJarInListResp extends Object implements org.apache.thrift.TBase<TGetJarInListResp,TGetJarInListResp._Fields>, Serializable, Cloneable, Comparable<TGetJarInListResp>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTGetJarInListResp._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>jarListstatic Map<TGetJarInListResp._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapTSStatusstatus
-
Constructor Summary
Constructors Constructor Description TGetJarInListResp()TGetJarInListResp(TSStatus status, List<ByteBuffer> jarList)TGetJarInListResp(TGetJarInListResp other)Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToJarList(ByteBuffer elem)voidclear()intcompareTo(TGetJarInListResp other)TGetJarInListRespdeepCopy()booleanequals(Object that)booleanequals(TGetJarInListResp that)TGetJarInListResp._FieldsfieldForId(int fieldId)ObjectgetFieldValue(TGetJarInListResp._Fields field)List<ByteBuffer>getJarList()Iterator<ByteBuffer>getJarListIterator()intgetJarListSize()TSStatusgetStatus()inthashCode()booleanisSet(TGetJarInListResp._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetJarList()Returns true if field jarList 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(TGetJarInListResp._Fields field, Object value)TGetJarInListRespsetJarList(List<ByteBuffer> jarList)voidsetJarListIsSet(boolean value)TGetJarInListRespsetStatus(TSStatus status)voidsetStatusIsSet(boolean value)StringtoString()voidunsetJarList()voidunsetStatus()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
status
public TSStatus status
-
jarList
public List<ByteBuffer> jarList
-
metaDataMap
public static final Map<TGetJarInListResp._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
TGetJarInListResp
public TGetJarInListResp()
-
TGetJarInListResp
public TGetJarInListResp(TSStatus status, List<ByteBuffer> jarList)
-
TGetJarInListResp
public TGetJarInListResp(TGetJarInListResp other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TGetJarInListResp deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TGetJarInListResp,TGetJarInListResp._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TGetJarInListResp,TGetJarInListResp._Fields>
-
getStatus
public TSStatus getStatus()
-
setStatus
public TGetJarInListResp 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)
-
getJarListSize
public int getJarListSize()
-
getJarListIterator
public Iterator<ByteBuffer> getJarListIterator()
-
addToJarList
public void addToJarList(ByteBuffer elem)
-
getJarList
public List<ByteBuffer> getJarList()
-
setJarList
public TGetJarInListResp setJarList(List<ByteBuffer> jarList)
-
unsetJarList
public void unsetJarList()
-
isSetJarList
public boolean isSetJarList()
Returns true if field jarList is set (has been assigned a value) and false otherwise
-
setJarListIsSet
public void setJarListIsSet(boolean value)
-
setFieldValue
public void setFieldValue(TGetJarInListResp._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TGetJarInListResp,TGetJarInListResp._Fields>
-
getFieldValue
public Object getFieldValue(TGetJarInListResp._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TGetJarInListResp,TGetJarInListResp._Fields>
-
isSet
public boolean isSet(TGetJarInListResp._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<TGetJarInListResp,TGetJarInListResp._Fields>
-
equals
public boolean equals(TGetJarInListResp that)
-
compareTo
public int compareTo(TGetJarInListResp other)
- Specified by:
compareToin interfaceComparable<TGetJarInListResp>
-
fieldForId
public TGetJarInListResp._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TGetJarInListResp,TGetJarInListResp._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
-
-