Class TSPruneSchemaTemplateReq
- java.lang.Object
-
- org.apache.iotdb.service.rpc.thrift.TSPruneSchemaTemplateReq
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TSPruneSchemaTemplateReq>,org.apache.thrift.TBase<TSPruneSchemaTemplateReq,TSPruneSchemaTemplateReq._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.1)", date="2023-12-27") public class TSPruneSchemaTemplateReq extends Object implements org.apache.thrift.TBase<TSPruneSchemaTemplateReq,TSPruneSchemaTemplateReq._Fields>, Serializable, Cloneable, Comparable<TSPruneSchemaTemplateReq>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTSPruneSchemaTemplateReq._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<TSPruneSchemaTemplateReq._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapStringnameStringpathlongsessionId
-
Constructor Summary
Constructors Constructor Description TSPruneSchemaTemplateReq()TSPruneSchemaTemplateReq(long sessionId, String name, String path)TSPruneSchemaTemplateReq(TSPruneSchemaTemplateReq other)Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intcompareTo(TSPruneSchemaTemplateReq other)TSPruneSchemaTemplateReqdeepCopy()booleanequals(Object that)booleanequals(TSPruneSchemaTemplateReq that)TSPruneSchemaTemplateReq._FieldsfieldForId(int fieldId)ObjectgetFieldValue(TSPruneSchemaTemplateReq._Fields field)StringgetName()StringgetPath()longgetSessionId()inthashCode()booleanisSet(TSPruneSchemaTemplateReq._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 otherwisebooleanisSetSessionId()Returns true if field sessionId is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)voidsetFieldValue(TSPruneSchemaTemplateReq._Fields field, Object value)TSPruneSchemaTemplateReqsetName(String name)voidsetNameIsSet(boolean value)TSPruneSchemaTemplateReqsetPath(String path)voidsetPathIsSet(boolean value)TSPruneSchemaTemplateReqsetSessionId(long sessionId)voidsetSessionIdIsSet(boolean value)StringtoString()voidunsetName()voidunsetPath()voidunsetSessionId()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
sessionId
public long sessionId
-
name
public String name
-
path
public String path
-
metaDataMap
public static final Map<TSPruneSchemaTemplateReq._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
TSPruneSchemaTemplateReq
public TSPruneSchemaTemplateReq()
-
TSPruneSchemaTemplateReq
public TSPruneSchemaTemplateReq(TSPruneSchemaTemplateReq other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TSPruneSchemaTemplateReq deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TSPruneSchemaTemplateReq,TSPruneSchemaTemplateReq._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TSPruneSchemaTemplateReq,TSPruneSchemaTemplateReq._Fields>
-
getSessionId
public long getSessionId()
-
setSessionId
public TSPruneSchemaTemplateReq setSessionId(long sessionId)
-
unsetSessionId
public void unsetSessionId()
-
isSetSessionId
public boolean isSetSessionId()
Returns true if field sessionId is set (has been assigned a value) and false otherwise
-
setSessionIdIsSet
public void setSessionIdIsSet(boolean value)
-
getName
public String getName()
-
setName
public TSPruneSchemaTemplateReq 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 TSPruneSchemaTemplateReq 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(TSPruneSchemaTemplateReq._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TSPruneSchemaTemplateReq,TSPruneSchemaTemplateReq._Fields>
-
getFieldValue
public Object getFieldValue(TSPruneSchemaTemplateReq._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TSPruneSchemaTemplateReq,TSPruneSchemaTemplateReq._Fields>
-
isSet
public boolean isSet(TSPruneSchemaTemplateReq._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<TSPruneSchemaTemplateReq,TSPruneSchemaTemplateReq._Fields>
-
equals
public boolean equals(TSPruneSchemaTemplateReq that)
-
compareTo
public int compareTo(TSPruneSchemaTemplateReq other)
- Specified by:
compareToin interfaceComparable<TSPruneSchemaTemplateReq>
-
fieldForId
public TSPruneSchemaTemplateReq._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TSPruneSchemaTemplateReq,TSPruneSchemaTemplateReq._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
-
-