Package org.apache.iotdb.mpp.rpc.thrift
Class TSendSinglePlanNodeResp
- java.lang.Object
-
- org.apache.iotdb.mpp.rpc.thrift.TSendSinglePlanNodeResp
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TSendSinglePlanNodeResp>,org.apache.thrift.TBase<TSendSinglePlanNodeResp,TSendSinglePlanNodeResp._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.1)", date="2023-12-27") public class TSendSinglePlanNodeResp extends Object implements org.apache.thrift.TBase<TSendSinglePlanNodeResp,TSendSinglePlanNodeResp._Fields>, Serializable, Cloneable, Comparable<TSendSinglePlanNodeResp>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTSendSinglePlanNodeResp._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description booleanacceptedStringmessagestatic Map<TSendSinglePlanNodeResp._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapTSStatusstatus
-
Constructor Summary
Constructors Constructor Description TSendSinglePlanNodeResp()TSendSinglePlanNodeResp(boolean accepted)TSendSinglePlanNodeResp(TSendSinglePlanNodeResp other)Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intcompareTo(TSendSinglePlanNodeResp other)TSendSinglePlanNodeRespdeepCopy()booleanequals(Object that)booleanequals(TSendSinglePlanNodeResp that)TSendSinglePlanNodeResp._FieldsfieldForId(int fieldId)ObjectgetFieldValue(TSendSinglePlanNodeResp._Fields field)StringgetMessage()TSStatusgetStatus()inthashCode()booleanisAccepted()booleanisSet(TSendSinglePlanNodeResp._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetAccepted()Returns true if field accepted is set (has been assigned a value) and false otherwisebooleanisSetMessage()Returns true if field message is set (has been assigned a value) and false otherwisebooleanisSetStatus()Returns true if field status is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)TSendSinglePlanNodeRespsetAccepted(boolean accepted)voidsetAcceptedIsSet(boolean value)voidsetFieldValue(TSendSinglePlanNodeResp._Fields field, Object value)TSendSinglePlanNodeRespsetMessage(String message)voidsetMessageIsSet(boolean value)TSendSinglePlanNodeRespsetStatus(TSStatus status)voidsetStatusIsSet(boolean value)StringtoString()voidunsetAccepted()voidunsetMessage()voidunsetStatus()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
accepted
public boolean accepted
-
message
public String message
-
status
public TSStatus status
-
metaDataMap
public static final Map<TSendSinglePlanNodeResp._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
TSendSinglePlanNodeResp
public TSendSinglePlanNodeResp()
-
TSendSinglePlanNodeResp
public TSendSinglePlanNodeResp(boolean accepted)
-
TSendSinglePlanNodeResp
public TSendSinglePlanNodeResp(TSendSinglePlanNodeResp other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TSendSinglePlanNodeResp deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TSendSinglePlanNodeResp,TSendSinglePlanNodeResp._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TSendSinglePlanNodeResp,TSendSinglePlanNodeResp._Fields>
-
isAccepted
public boolean isAccepted()
-
setAccepted
public TSendSinglePlanNodeResp setAccepted(boolean accepted)
-
unsetAccepted
public void unsetAccepted()
-
isSetAccepted
public boolean isSetAccepted()
Returns true if field accepted is set (has been assigned a value) and false otherwise
-
setAcceptedIsSet
public void setAcceptedIsSet(boolean value)
-
getMessage
public String getMessage()
-
setMessage
public TSendSinglePlanNodeResp setMessage(String message)
-
unsetMessage
public void unsetMessage()
-
isSetMessage
public boolean isSetMessage()
Returns true if field message is set (has been assigned a value) and false otherwise
-
setMessageIsSet
public void setMessageIsSet(boolean value)
-
getStatus
public TSStatus getStatus()
-
setStatus
public TSendSinglePlanNodeResp setStatus(TSStatus status)
-
unsetStatus
public void unsetStatus()
-
isSetStatus
public boolean isSetStatus()
Returns true if field status is set (has been assigned a value) and false otherwise
-
setStatusIsSet
public void setStatusIsSet(boolean value)
-
setFieldValue
public void setFieldValue(TSendSinglePlanNodeResp._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TSendSinglePlanNodeResp,TSendSinglePlanNodeResp._Fields>
-
getFieldValue
public Object getFieldValue(TSendSinglePlanNodeResp._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TSendSinglePlanNodeResp,TSendSinglePlanNodeResp._Fields>
-
isSet
public boolean isSet(TSendSinglePlanNodeResp._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<TSendSinglePlanNodeResp,TSendSinglePlanNodeResp._Fields>
-
equals
public boolean equals(TSendSinglePlanNodeResp that)
-
compareTo
public int compareTo(TSendSinglePlanNodeResp other)
- Specified by:
compareToin interfaceComparable<TSendSinglePlanNodeResp>
-
fieldForId
public TSendSinglePlanNodeResp._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TSendSinglePlanNodeResp,TSendSinglePlanNodeResp._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
-
-