Class TDropFunctionReq
- java.lang.Object
-
- org.apache.iotdb.confignode.rpc.thrift.TDropFunctionReq
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TDropFunctionReq>,org.apache.thrift.TBase<TDropFunctionReq,TDropFunctionReq._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.1)", date="2024-04-19") public class TDropFunctionReq extends Object implements org.apache.thrift.TBase<TDropFunctionReq,TDropFunctionReq._Fields>, Serializable, Cloneable, Comparable<TDropFunctionReq>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTDropFunctionReq._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<TDropFunctionReq._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapStringudfName
-
Constructor Summary
Constructors Constructor Description TDropFunctionReq()TDropFunctionReq(String udfName)TDropFunctionReq(TDropFunctionReq other)Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intcompareTo(TDropFunctionReq other)TDropFunctionReqdeepCopy()booleanequals(Object that)booleanequals(TDropFunctionReq that)TDropFunctionReq._FieldsfieldForId(int fieldId)ObjectgetFieldValue(TDropFunctionReq._Fields field)StringgetUdfName()inthashCode()booleanisSet(TDropFunctionReq._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetUdfName()Returns true if field udfName is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)voidsetFieldValue(TDropFunctionReq._Fields field, Object value)TDropFunctionReqsetUdfName(String udfName)voidsetUdfNameIsSet(boolean value)StringtoString()voidunsetUdfName()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
udfName
public String udfName
-
metaDataMap
public static final Map<TDropFunctionReq._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
TDropFunctionReq
public TDropFunctionReq()
-
TDropFunctionReq
public TDropFunctionReq(String udfName)
-
TDropFunctionReq
public TDropFunctionReq(TDropFunctionReq other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TDropFunctionReq deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TDropFunctionReq,TDropFunctionReq._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TDropFunctionReq,TDropFunctionReq._Fields>
-
getUdfName
public String getUdfName()
-
setUdfName
public TDropFunctionReq setUdfName(String udfName)
-
unsetUdfName
public void unsetUdfName()
-
isSetUdfName
public boolean isSetUdfName()
Returns true if field udfName is set (has been assigned a value) and false otherwise
-
setUdfNameIsSet
public void setUdfNameIsSet(boolean value)
-
setFieldValue
public void setFieldValue(TDropFunctionReq._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TDropFunctionReq,TDropFunctionReq._Fields>
-
getFieldValue
public Object getFieldValue(TDropFunctionReq._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TDropFunctionReq,TDropFunctionReq._Fields>
-
isSet
public boolean isSet(TDropFunctionReq._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<TDropFunctionReq,TDropFunctionReq._Fields>
-
equals
public boolean equals(TDropFunctionReq that)
-
compareTo
public int compareTo(TDropFunctionReq other)
- Specified by:
compareToin interfaceComparable<TDropFunctionReq>
-
fieldForId
public TDropFunctionReq._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TDropFunctionReq,TDropFunctionReq._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
-
-