Package org.apache.iotdb.mpp.rpc.thrift
Class TPushTopicMetaRespExceptionMessage
- java.lang.Object
-
- org.apache.iotdb.mpp.rpc.thrift.TPushTopicMetaRespExceptionMessage
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TPushTopicMetaRespExceptionMessage>,org.apache.thrift.TBase<TPushTopicMetaRespExceptionMessage,TPushTopicMetaRespExceptionMessage._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.1)", date="2024-06-27") public class TPushTopicMetaRespExceptionMessage extends Object implements org.apache.thrift.TBase<TPushTopicMetaRespExceptionMessage,TPushTopicMetaRespExceptionMessage._Fields>, Serializable, Cloneable, Comparable<TPushTopicMetaRespExceptionMessage>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTPushTopicMetaRespExceptionMessage._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description Stringmessagestatic Map<TPushTopicMetaRespExceptionMessage._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMaplongtimeStampStringtopicName
-
Constructor Summary
Constructors Constructor Description TPushTopicMetaRespExceptionMessage()TPushTopicMetaRespExceptionMessage(String topicName, String message, long timeStamp)TPushTopicMetaRespExceptionMessage(TPushTopicMetaRespExceptionMessage other)Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intcompareTo(TPushTopicMetaRespExceptionMessage other)TPushTopicMetaRespExceptionMessagedeepCopy()booleanequals(Object that)booleanequals(TPushTopicMetaRespExceptionMessage that)TPushTopicMetaRespExceptionMessage._FieldsfieldForId(int fieldId)ObjectgetFieldValue(TPushTopicMetaRespExceptionMessage._Fields field)StringgetMessage()longgetTimeStamp()StringgetTopicName()inthashCode()booleanisSet(TPushTopicMetaRespExceptionMessage._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetMessage()Returns true if field message is set (has been assigned a value) and false otherwisebooleanisSetTimeStamp()Returns true if field timeStamp is set (has been assigned a value) and false otherwisebooleanisSetTopicName()Returns true if field topicName is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)voidsetFieldValue(TPushTopicMetaRespExceptionMessage._Fields field, Object value)TPushTopicMetaRespExceptionMessagesetMessage(String message)voidsetMessageIsSet(boolean value)TPushTopicMetaRespExceptionMessagesetTimeStamp(long timeStamp)voidsetTimeStampIsSet(boolean value)TPushTopicMetaRespExceptionMessagesetTopicName(String topicName)voidsetTopicNameIsSet(boolean value)StringtoString()voidunsetMessage()voidunsetTimeStamp()voidunsetTopicName()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
topicName
public String topicName
-
message
public String message
-
timeStamp
public long timeStamp
-
metaDataMap
public static final Map<TPushTopicMetaRespExceptionMessage._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
TPushTopicMetaRespExceptionMessage
public TPushTopicMetaRespExceptionMessage()
-
TPushTopicMetaRespExceptionMessage
public TPushTopicMetaRespExceptionMessage(String topicName, String message, long timeStamp)
-
TPushTopicMetaRespExceptionMessage
public TPushTopicMetaRespExceptionMessage(TPushTopicMetaRespExceptionMessage other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TPushTopicMetaRespExceptionMessage deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TPushTopicMetaRespExceptionMessage,TPushTopicMetaRespExceptionMessage._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TPushTopicMetaRespExceptionMessage,TPushTopicMetaRespExceptionMessage._Fields>
-
getTopicName
public String getTopicName()
-
setTopicName
public TPushTopicMetaRespExceptionMessage setTopicName(String topicName)
-
unsetTopicName
public void unsetTopicName()
-
isSetTopicName
public boolean isSetTopicName()
Returns true if field topicName is set (has been assigned a value) and false otherwise
-
setTopicNameIsSet
public void setTopicNameIsSet(boolean value)
-
getMessage
public String getMessage()
-
setMessage
public TPushTopicMetaRespExceptionMessage 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)
-
getTimeStamp
public long getTimeStamp()
-
setTimeStamp
public TPushTopicMetaRespExceptionMessage setTimeStamp(long timeStamp)
-
unsetTimeStamp
public void unsetTimeStamp()
-
isSetTimeStamp
public boolean isSetTimeStamp()
Returns true if field timeStamp is set (has been assigned a value) and false otherwise
-
setTimeStampIsSet
public void setTimeStampIsSet(boolean value)
-
setFieldValue
public void setFieldValue(TPushTopicMetaRespExceptionMessage._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TPushTopicMetaRespExceptionMessage,TPushTopicMetaRespExceptionMessage._Fields>
-
getFieldValue
public Object getFieldValue(TPushTopicMetaRespExceptionMessage._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TPushTopicMetaRespExceptionMessage,TPushTopicMetaRespExceptionMessage._Fields>
-
isSet
public boolean isSet(TPushTopicMetaRespExceptionMessage._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<TPushTopicMetaRespExceptionMessage,TPushTopicMetaRespExceptionMessage._Fields>
-
equals
public boolean equals(TPushTopicMetaRespExceptionMessage that)
-
compareTo
public int compareTo(TPushTopicMetaRespExceptionMessage other)
- Specified by:
compareToin interfaceComparable<TPushTopicMetaRespExceptionMessage>
-
fieldForId
public TPushTopicMetaRespExceptionMessage._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TPushTopicMetaRespExceptionMessage,TPushTopicMetaRespExceptionMessage._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
-
-