Class TUnsetSchemaTemplateReq
- java.lang.Object
-
- org.apache.iotdb.confignode.rpc.thrift.TUnsetSchemaTemplateReq
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TUnsetSchemaTemplateReq>,org.apache.thrift.TBase<TUnsetSchemaTemplateReq,TUnsetSchemaTemplateReq._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.1)", date="2024-04-19") public class TUnsetSchemaTemplateReq extends Object implements org.apache.thrift.TBase<TUnsetSchemaTemplateReq,TUnsetSchemaTemplateReq._Fields>, Serializable, Cloneable, Comparable<TUnsetSchemaTemplateReq>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTUnsetSchemaTemplateReq._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<TUnsetSchemaTemplateReq._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapStringpathStringqueryIdStringtemplateName
-
Constructor Summary
Constructors Constructor Description TUnsetSchemaTemplateReq()TUnsetSchemaTemplateReq(String queryId, String templateName, String path)TUnsetSchemaTemplateReq(TUnsetSchemaTemplateReq other)Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intcompareTo(TUnsetSchemaTemplateReq other)TUnsetSchemaTemplateReqdeepCopy()booleanequals(Object that)booleanequals(TUnsetSchemaTemplateReq that)TUnsetSchemaTemplateReq._FieldsfieldForId(int fieldId)ObjectgetFieldValue(TUnsetSchemaTemplateReq._Fields field)StringgetPath()StringgetQueryId()StringgetTemplateName()inthashCode()booleanisSet(TUnsetSchemaTemplateReq._Fields field)Returns true if field corresponding to fieldID 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 otherwisebooleanisSetTemplateName()Returns true if field templateName is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)voidsetFieldValue(TUnsetSchemaTemplateReq._Fields field, Object value)TUnsetSchemaTemplateReqsetPath(String path)voidsetPathIsSet(boolean value)TUnsetSchemaTemplateReqsetQueryId(String queryId)voidsetQueryIdIsSet(boolean value)TUnsetSchemaTemplateReqsetTemplateName(String templateName)voidsetTemplateNameIsSet(boolean value)StringtoString()voidunsetPath()voidunsetQueryId()voidunsetTemplateName()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
queryId
public String queryId
-
templateName
public String templateName
-
path
public String path
-
metaDataMap
public static final Map<TUnsetSchemaTemplateReq._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
TUnsetSchemaTemplateReq
public TUnsetSchemaTemplateReq()
-
TUnsetSchemaTemplateReq
public TUnsetSchemaTemplateReq(String queryId, String templateName, String path)
-
TUnsetSchemaTemplateReq
public TUnsetSchemaTemplateReq(TUnsetSchemaTemplateReq other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TUnsetSchemaTemplateReq deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TUnsetSchemaTemplateReq,TUnsetSchemaTemplateReq._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TUnsetSchemaTemplateReq,TUnsetSchemaTemplateReq._Fields>
-
getQueryId
public String getQueryId()
-
setQueryId
public TUnsetSchemaTemplateReq 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)
-
getTemplateName
public String getTemplateName()
-
setTemplateName
public TUnsetSchemaTemplateReq setTemplateName(String templateName)
-
unsetTemplateName
public void unsetTemplateName()
-
isSetTemplateName
public boolean isSetTemplateName()
Returns true if field templateName is set (has been assigned a value) and false otherwise
-
setTemplateNameIsSet
public void setTemplateNameIsSet(boolean value)
-
getPath
public String getPath()
-
setPath
public TUnsetSchemaTemplateReq 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(TUnsetSchemaTemplateReq._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TUnsetSchemaTemplateReq,TUnsetSchemaTemplateReq._Fields>
-
getFieldValue
public Object getFieldValue(TUnsetSchemaTemplateReq._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TUnsetSchemaTemplateReq,TUnsetSchemaTemplateReq._Fields>
-
isSet
public boolean isSet(TUnsetSchemaTemplateReq._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<TUnsetSchemaTemplateReq,TUnsetSchemaTemplateReq._Fields>
-
equals
public boolean equals(TUnsetSchemaTemplateReq that)
-
compareTo
public int compareTo(TUnsetSchemaTemplateReq other)
- Specified by:
compareToin interfaceComparable<TUnsetSchemaTemplateReq>
-
fieldForId
public TUnsetSchemaTemplateReq._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TUnsetSchemaTemplateReq,TUnsetSchemaTemplateReq._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
-
-