Class TShowThrottleReq
- java.lang.Object
-
- org.apache.iotdb.confignode.rpc.thrift.TShowThrottleReq
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TShowThrottleReq>,org.apache.thrift.TBase<TShowThrottleReq,TShowThrottleReq._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.1)", date="2024-04-19") public class TShowThrottleReq extends Object implements org.apache.thrift.TBase<TShowThrottleReq,TShowThrottleReq._Fields>, Serializable, Cloneable, Comparable<TShowThrottleReq>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTShowThrottleReq._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<TShowThrottleReq._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapStringuserName
-
Constructor Summary
Constructors Constructor Description TShowThrottleReq()TShowThrottleReq(TShowThrottleReq other)Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intcompareTo(TShowThrottleReq other)TShowThrottleReqdeepCopy()booleanequals(Object that)booleanequals(TShowThrottleReq that)TShowThrottleReq._FieldsfieldForId(int fieldId)ObjectgetFieldValue(TShowThrottleReq._Fields field)StringgetUserName()inthashCode()booleanisSet(TShowThrottleReq._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetUserName()Returns true if field userName is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)voidsetFieldValue(TShowThrottleReq._Fields field, Object value)TShowThrottleReqsetUserName(String userName)voidsetUserNameIsSet(boolean value)StringtoString()voidunsetUserName()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
userName
public String userName
-
metaDataMap
public static final Map<TShowThrottleReq._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
TShowThrottleReq
public TShowThrottleReq()
-
TShowThrottleReq
public TShowThrottleReq(TShowThrottleReq other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TShowThrottleReq deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TShowThrottleReq,TShowThrottleReq._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TShowThrottleReq,TShowThrottleReq._Fields>
-
getUserName
public String getUserName()
-
setUserName
public TShowThrottleReq setUserName(String userName)
-
unsetUserName
public void unsetUserName()
-
isSetUserName
public boolean isSetUserName()
Returns true if field userName is set (has been assigned a value) and false otherwise
-
setUserNameIsSet
public void setUserNameIsSet(boolean value)
-
setFieldValue
public void setFieldValue(TShowThrottleReq._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TShowThrottleReq,TShowThrottleReq._Fields>
-
getFieldValue
public Object getFieldValue(TShowThrottleReq._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TShowThrottleReq,TShowThrottleReq._Fields>
-
isSet
public boolean isSet(TShowThrottleReq._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<TShowThrottleReq,TShowThrottleReq._Fields>
-
equals
public boolean equals(TShowThrottleReq that)
-
compareTo
public int compareTo(TShowThrottleReq other)
- Specified by:
compareToin interfaceComparable<TShowThrottleReq>
-
fieldForId
public TShowThrottleReq._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TShowThrottleReq,TShowThrottleReq._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
-
-