Class TGetJarInListReq
- java.lang.Object
-
- org.apache.iotdb.confignode.rpc.thrift.TGetJarInListReq
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TGetJarInListReq>,org.apache.thrift.TBase<TGetJarInListReq,TGetJarInListReq._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.1)", date="2024-04-19") public class TGetJarInListReq extends Object implements org.apache.thrift.TBase<TGetJarInListReq,TGetJarInListReq._Fields>, Serializable, Cloneable, Comparable<TGetJarInListReq>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTGetJarInListReq._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<String>jarNameListstatic Map<TGetJarInListReq._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMap
-
Constructor Summary
Constructors Constructor Description TGetJarInListReq()TGetJarInListReq(List<String> jarNameList)TGetJarInListReq(TGetJarInListReq other)Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToJarNameList(String elem)voidclear()intcompareTo(TGetJarInListReq other)TGetJarInListReqdeepCopy()booleanequals(Object that)booleanequals(TGetJarInListReq that)TGetJarInListReq._FieldsfieldForId(int fieldId)ObjectgetFieldValue(TGetJarInListReq._Fields field)List<String>getJarNameList()Iterator<String>getJarNameListIterator()intgetJarNameListSize()inthashCode()booleanisSet(TGetJarInListReq._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetJarNameList()Returns true if field jarNameList is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)voidsetFieldValue(TGetJarInListReq._Fields field, Object value)TGetJarInListReqsetJarNameList(List<String> jarNameList)voidsetJarNameListIsSet(boolean value)StringtoString()voidunsetJarNameList()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
metaDataMap
public static final Map<TGetJarInListReq._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
TGetJarInListReq
public TGetJarInListReq()
-
TGetJarInListReq
public TGetJarInListReq(TGetJarInListReq other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TGetJarInListReq deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TGetJarInListReq,TGetJarInListReq._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TGetJarInListReq,TGetJarInListReq._Fields>
-
getJarNameListSize
public int getJarNameListSize()
-
addToJarNameList
public void addToJarNameList(String elem)
-
setJarNameList
public TGetJarInListReq setJarNameList(List<String> jarNameList)
-
unsetJarNameList
public void unsetJarNameList()
-
isSetJarNameList
public boolean isSetJarNameList()
Returns true if field jarNameList is set (has been assigned a value) and false otherwise
-
setJarNameListIsSet
public void setJarNameListIsSet(boolean value)
-
setFieldValue
public void setFieldValue(TGetJarInListReq._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TGetJarInListReq,TGetJarInListReq._Fields>
-
getFieldValue
public Object getFieldValue(TGetJarInListReq._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TGetJarInListReq,TGetJarInListReq._Fields>
-
isSet
public boolean isSet(TGetJarInListReq._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<TGetJarInListReq,TGetJarInListReq._Fields>
-
equals
public boolean equals(TGetJarInListReq that)
-
compareTo
public int compareTo(TGetJarInListReq other)
- Specified by:
compareToin interfaceComparable<TGetJarInListReq>
-
fieldForId
public TGetJarInListReq._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TGetJarInListReq,TGetJarInListReq._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
-
-