Package org.apache.iotdb.mpp.rpc.thrift
Class TDropFunctionInstanceReq
- java.lang.Object
-
- org.apache.iotdb.mpp.rpc.thrift.TDropFunctionInstanceReq
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TDropFunctionInstanceReq>,org.apache.thrift.TBase<TDropFunctionInstanceReq,TDropFunctionInstanceReq._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.1)", date="2023-12-27") public class TDropFunctionInstanceReq extends Object implements org.apache.thrift.TBase<TDropFunctionInstanceReq,TDropFunctionInstanceReq._Fields>, Serializable, Cloneable, Comparable<TDropFunctionInstanceReq>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTDropFunctionInstanceReq._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description StringfunctionNamestatic Map<TDropFunctionInstanceReq._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapbooleanneedToDeleteJar
-
Constructor Summary
Constructors Constructor Description TDropFunctionInstanceReq()TDropFunctionInstanceReq(String functionName, boolean needToDeleteJar)TDropFunctionInstanceReq(TDropFunctionInstanceReq other)Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intcompareTo(TDropFunctionInstanceReq other)TDropFunctionInstanceReqdeepCopy()booleanequals(Object that)booleanequals(TDropFunctionInstanceReq that)TDropFunctionInstanceReq._FieldsfieldForId(int fieldId)ObjectgetFieldValue(TDropFunctionInstanceReq._Fields field)StringgetFunctionName()inthashCode()booleanisNeedToDeleteJar()booleanisSet(TDropFunctionInstanceReq._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetFunctionName()Returns true if field functionName is set (has been assigned a value) and false otherwisebooleanisSetNeedToDeleteJar()Returns true if field needToDeleteJar is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)voidsetFieldValue(TDropFunctionInstanceReq._Fields field, Object value)TDropFunctionInstanceReqsetFunctionName(String functionName)voidsetFunctionNameIsSet(boolean value)TDropFunctionInstanceReqsetNeedToDeleteJar(boolean needToDeleteJar)voidsetNeedToDeleteJarIsSet(boolean value)StringtoString()voidunsetFunctionName()voidunsetNeedToDeleteJar()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
functionName
public String functionName
-
needToDeleteJar
public boolean needToDeleteJar
-
metaDataMap
public static final Map<TDropFunctionInstanceReq._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
TDropFunctionInstanceReq
public TDropFunctionInstanceReq()
-
TDropFunctionInstanceReq
public TDropFunctionInstanceReq(String functionName, boolean needToDeleteJar)
-
TDropFunctionInstanceReq
public TDropFunctionInstanceReq(TDropFunctionInstanceReq other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TDropFunctionInstanceReq deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TDropFunctionInstanceReq,TDropFunctionInstanceReq._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TDropFunctionInstanceReq,TDropFunctionInstanceReq._Fields>
-
getFunctionName
public String getFunctionName()
-
setFunctionName
public TDropFunctionInstanceReq setFunctionName(String functionName)
-
unsetFunctionName
public void unsetFunctionName()
-
isSetFunctionName
public boolean isSetFunctionName()
Returns true if field functionName is set (has been assigned a value) and false otherwise
-
setFunctionNameIsSet
public void setFunctionNameIsSet(boolean value)
-
isNeedToDeleteJar
public boolean isNeedToDeleteJar()
-
setNeedToDeleteJar
public TDropFunctionInstanceReq setNeedToDeleteJar(boolean needToDeleteJar)
-
unsetNeedToDeleteJar
public void unsetNeedToDeleteJar()
-
isSetNeedToDeleteJar
public boolean isSetNeedToDeleteJar()
Returns true if field needToDeleteJar is set (has been assigned a value) and false otherwise
-
setNeedToDeleteJarIsSet
public void setNeedToDeleteJarIsSet(boolean value)
-
setFieldValue
public void setFieldValue(TDropFunctionInstanceReq._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TDropFunctionInstanceReq,TDropFunctionInstanceReq._Fields>
-
getFieldValue
public Object getFieldValue(TDropFunctionInstanceReq._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TDropFunctionInstanceReq,TDropFunctionInstanceReq._Fields>
-
isSet
public boolean isSet(TDropFunctionInstanceReq._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<TDropFunctionInstanceReq,TDropFunctionInstanceReq._Fields>
-
equals
public boolean equals(TDropFunctionInstanceReq that)
-
compareTo
public int compareTo(TDropFunctionInstanceReq other)
- Specified by:
compareToin interfaceComparable<TDropFunctionInstanceReq>
-
fieldForId
public TDropFunctionInstanceReq._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TDropFunctionInstanceReq,TDropFunctionInstanceReq._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
-
-