@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2022-07-23") public class DescribeQueueRequest extends java.lang.Object implements org.apache.thrift.TBase<DescribeQueueRequest,DescribeQueueRequest._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<DescribeQueueRequest>
Modifier and Type | Class and Description |
---|---|
static class |
DescribeQueueRequest._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
java.lang.String |
clusterName |
static java.util.Map<DescribeQueueRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
int |
shardID |
int |
type |
Constructor and Description |
---|
DescribeQueueRequest() |
DescribeQueueRequest(DescribeQueueRequest other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
compareTo(DescribeQueueRequest other) |
DescribeQueueRequest |
deepCopy() |
boolean |
equals(DescribeQueueRequest that) |
boolean |
equals(java.lang.Object that) |
DescribeQueueRequest._Fields |
fieldForId(int fieldId) |
java.lang.String |
getClusterName() |
java.lang.Object |
getFieldValue(DescribeQueueRequest._Fields field) |
int |
getShardID() |
int |
getType() |
int |
hashCode() |
boolean |
isSet(DescribeQueueRequest._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetClusterName()
Returns true if field clusterName is set (has been assigned a value) and false otherwise
|
boolean |
isSetShardID()
Returns true if field shardID is set (has been assigned a value) and false otherwise
|
boolean |
isSetType()
Returns true if field type is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
DescribeQueueRequest |
setClusterName(java.lang.String clusterName) |
void |
setClusterNameIsSet(boolean value) |
void |
setFieldValue(DescribeQueueRequest._Fields field,
java.lang.Object value) |
DescribeQueueRequest |
setShardID(int shardID) |
void |
setShardIDIsSet(boolean value) |
DescribeQueueRequest |
setType(int type) |
void |
setTypeIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetClusterName() |
void |
unsetShardID() |
void |
unsetType() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public int shardID
public java.lang.String clusterName
public int type
public static final java.util.Map<DescribeQueueRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public DescribeQueueRequest()
public DescribeQueueRequest(DescribeQueueRequest other)
public DescribeQueueRequest deepCopy()
deepCopy
in interface org.apache.thrift.TBase<DescribeQueueRequest,DescribeQueueRequest._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<DescribeQueueRequest,DescribeQueueRequest._Fields>
public int getShardID()
public DescribeQueueRequest setShardID(int shardID)
public void unsetShardID()
public boolean isSetShardID()
public void setShardIDIsSet(boolean value)
public java.lang.String getClusterName()
public DescribeQueueRequest setClusterName(java.lang.String clusterName)
public void unsetClusterName()
public boolean isSetClusterName()
public void setClusterNameIsSet(boolean value)
public int getType()
public DescribeQueueRequest setType(int type)
public void unsetType()
public boolean isSetType()
public void setTypeIsSet(boolean value)
public void setFieldValue(DescribeQueueRequest._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<DescribeQueueRequest,DescribeQueueRequest._Fields>
public java.lang.Object getFieldValue(DescribeQueueRequest._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<DescribeQueueRequest,DescribeQueueRequest._Fields>
public boolean isSet(DescribeQueueRequest._Fields field)
isSet
in interface org.apache.thrift.TBase<DescribeQueueRequest,DescribeQueueRequest._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(DescribeQueueRequest that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(DescribeQueueRequest other)
compareTo
in interface java.lang.Comparable<DescribeQueueRequest>
public DescribeQueueRequest._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<DescribeQueueRequest,DescribeQueueRequest._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<DescribeQueueRequest,DescribeQueueRequest._Fields>
org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
write
in interface org.apache.thrift.TBase<DescribeQueueRequest,DescribeQueueRequest._Fields>
org.apache.thrift.TException
public java.lang.String toString()
toString
in class java.lang.Object
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException