Package org.apache.iotdb.mpp.rpc.thrift
Class TPushConsumerGroupMetaRespExceptionMessage
- java.lang.Object
-
- org.apache.iotdb.mpp.rpc.thrift.TPushConsumerGroupMetaRespExceptionMessage
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TPushConsumerGroupMetaRespExceptionMessage>,org.apache.thrift.TBase<TPushConsumerGroupMetaRespExceptionMessage,TPushConsumerGroupMetaRespExceptionMessage._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.1)", date="2024-06-27") public class TPushConsumerGroupMetaRespExceptionMessage extends Object implements org.apache.thrift.TBase<TPushConsumerGroupMetaRespExceptionMessage,TPushConsumerGroupMetaRespExceptionMessage._Fields>, Serializable, Cloneable, Comparable<TPushConsumerGroupMetaRespExceptionMessage>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTPushConsumerGroupMetaRespExceptionMessage._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description StringconsumerGroupIdStringmessagestatic Map<TPushConsumerGroupMetaRespExceptionMessage._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMaplongtimeStamp
-
Constructor Summary
Constructors Constructor Description TPushConsumerGroupMetaRespExceptionMessage()TPushConsumerGroupMetaRespExceptionMessage(String consumerGroupId, String message, long timeStamp)TPushConsumerGroupMetaRespExceptionMessage(TPushConsumerGroupMetaRespExceptionMessage other)Performs a deep copy on other.
-
Method Summary
-
-
-
Field Detail
-
consumerGroupId
public String consumerGroupId
-
message
public String message
-
timeStamp
public long timeStamp
-
metaDataMap
public static final Map<TPushConsumerGroupMetaRespExceptionMessage._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
TPushConsumerGroupMetaRespExceptionMessage
public TPushConsumerGroupMetaRespExceptionMessage()
-
TPushConsumerGroupMetaRespExceptionMessage
public TPushConsumerGroupMetaRespExceptionMessage(String consumerGroupId, String message, long timeStamp)
-
TPushConsumerGroupMetaRespExceptionMessage
public TPushConsumerGroupMetaRespExceptionMessage(TPushConsumerGroupMetaRespExceptionMessage other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TPushConsumerGroupMetaRespExceptionMessage deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TPushConsumerGroupMetaRespExceptionMessage,TPushConsumerGroupMetaRespExceptionMessage._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TPushConsumerGroupMetaRespExceptionMessage,TPushConsumerGroupMetaRespExceptionMessage._Fields>
-
getConsumerGroupId
public String getConsumerGroupId()
-
setConsumerGroupId
public TPushConsumerGroupMetaRespExceptionMessage setConsumerGroupId(String consumerGroupId)
-
unsetConsumerGroupId
public void unsetConsumerGroupId()
-
isSetConsumerGroupId
public boolean isSetConsumerGroupId()
Returns true if field consumerGroupId is set (has been assigned a value) and false otherwise
-
setConsumerGroupIdIsSet
public void setConsumerGroupIdIsSet(boolean value)
-
getMessage
public String getMessage()
-
setMessage
public TPushConsumerGroupMetaRespExceptionMessage 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 TPushConsumerGroupMetaRespExceptionMessage 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(TPushConsumerGroupMetaRespExceptionMessage._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TPushConsumerGroupMetaRespExceptionMessage,TPushConsumerGroupMetaRespExceptionMessage._Fields>
-
getFieldValue
public Object getFieldValue(TPushConsumerGroupMetaRespExceptionMessage._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TPushConsumerGroupMetaRespExceptionMessage,TPushConsumerGroupMetaRespExceptionMessage._Fields>
-
isSet
public boolean isSet(TPushConsumerGroupMetaRespExceptionMessage._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<TPushConsumerGroupMetaRespExceptionMessage,TPushConsumerGroupMetaRespExceptionMessage._Fields>
-
equals
public boolean equals(TPushConsumerGroupMetaRespExceptionMessage that)
-
compareTo
public int compareTo(TPushConsumerGroupMetaRespExceptionMessage other)
- Specified by:
compareToin interfaceComparable<TPushConsumerGroupMetaRespExceptionMessage>
-
fieldForId
public TPushConsumerGroupMetaRespExceptionMessage._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TPushConsumerGroupMetaRespExceptionMessage,TPushConsumerGroupMetaRespExceptionMessage._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
-
-