Class TSetSchemaTemplateReq
- java.lang.Object
-
- org.apache.iotdb.confignode.rpc.thrift.TSetSchemaTemplateReq
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TSetSchemaTemplateReq>,org.apache.thrift.TBase<TSetSchemaTemplateReq,TSetSchemaTemplateReq._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.1)", date="2024-04-19") public class TSetSchemaTemplateReq extends Object implements org.apache.thrift.TBase<TSetSchemaTemplateReq,TSetSchemaTemplateReq._Fields>, Serializable, Cloneable, Comparable<TSetSchemaTemplateReq>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTSetSchemaTemplateReq._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<TSetSchemaTemplateReq._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapStringnameStringpathStringqueryId
-
Constructor Summary
Constructors Constructor Description TSetSchemaTemplateReq()TSetSchemaTemplateReq(String queryId, String name, String path)TSetSchemaTemplateReq(TSetSchemaTemplateReq other)Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intcompareTo(TSetSchemaTemplateReq other)TSetSchemaTemplateReqdeepCopy()booleanequals(Object that)booleanequals(TSetSchemaTemplateReq that)TSetSchemaTemplateReq._FieldsfieldForId(int fieldId)ObjectgetFieldValue(TSetSchemaTemplateReq._Fields field)StringgetName()StringgetPath()StringgetQueryId()inthashCode()booleanisSet(TSetSchemaTemplateReq._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetName()Returns true if field name is set (has been assigned a value) and false otherwisebooleanisSetPath()Returns true if field path is set (has been assigned a value) and false otherwisebooleanisSetQueryId()Returns true if field queryId is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)voidsetFieldValue(TSetSchemaTemplateReq._Fields field, Object value)TSetSchemaTemplateReqsetName(String name)voidsetNameIsSet(boolean value)TSetSchemaTemplateReqsetPath(String path)voidsetPathIsSet(boolean value)TSetSchemaTemplateReqsetQueryId(String queryId)voidsetQueryIdIsSet(boolean value)StringtoString()voidunsetName()voidunsetPath()voidunsetQueryId()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
queryId
public String queryId
-
name
public String name
-
path
public String path
-
metaDataMap
public static final Map<TSetSchemaTemplateReq._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
TSetSchemaTemplateReq
public TSetSchemaTemplateReq()
-
TSetSchemaTemplateReq
public TSetSchemaTemplateReq(TSetSchemaTemplateReq other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TSetSchemaTemplateReq deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TSetSchemaTemplateReq,TSetSchemaTemplateReq._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TSetSchemaTemplateReq,TSetSchemaTemplateReq._Fields>
-
getQueryId
public String getQueryId()
-
setQueryId
public TSetSchemaTemplateReq setQueryId(String queryId)
-
unsetQueryId
public void unsetQueryId()
-
isSetQueryId
public boolean isSetQueryId()
Returns true if field queryId is set (has been assigned a value) and false otherwise
-
setQueryIdIsSet
public void setQueryIdIsSet(boolean value)
-
getName
public String getName()
-
setName
public TSetSchemaTemplateReq setName(String name)
-
unsetName
public void unsetName()
-
isSetName
public boolean isSetName()
Returns true if field name is set (has been assigned a value) and false otherwise
-
setNameIsSet
public void setNameIsSet(boolean value)
-
getPath
public String getPath()
-
setPath
public TSetSchemaTemplateReq setPath(String path)
-
unsetPath
public void unsetPath()
-
isSetPath
public boolean isSetPath()
Returns true if field path is set (has been assigned a value) and false otherwise
-
setPathIsSet
public void setPathIsSet(boolean value)
-
setFieldValue
public void setFieldValue(TSetSchemaTemplateReq._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TSetSchemaTemplateReq,TSetSchemaTemplateReq._Fields>
-
getFieldValue
public Object getFieldValue(TSetSchemaTemplateReq._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TSetSchemaTemplateReq,TSetSchemaTemplateReq._Fields>
-
isSet
public boolean isSet(TSetSchemaTemplateReq._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<TSetSchemaTemplateReq,TSetSchemaTemplateReq._Fields>
-
equals
public boolean equals(TSetSchemaTemplateReq that)
-
compareTo
public int compareTo(TSetSchemaTemplateReq other)
- Specified by:
compareToin interfaceComparable<TSetSchemaTemplateReq>
-
fieldForId
public TSetSchemaTemplateReq._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TSetSchemaTemplateReq,TSetSchemaTemplateReq._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
-
-