public class RabbitMQQueueListInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
RabbitMQQueueListInfo() |
RabbitMQQueueListInfo(RabbitMQQueueListInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getArguments()
Get Additional parameters key-value objects.
|
Boolean |
getAutoDelete()
Get Specifies whether the queue is an auto-delete queue.
|
RabbitMQQueueListConsumerDetailInfo |
getConsumerDetail()
Get Consumer information.
|
String |
getCreateTime()
Get Creation time
|
Boolean |
getDurable()
Get Specifies whether the queue is persistent.
|
Boolean |
getExclusive()
Get Whether it is an exclusive queue.
|
String |
getInstanceId()
Get instanceId to which the queue belongs.
|
Long |
getMessageHeapCount()
Get Number of message backlogs.
|
Float |
getMessageRateIn()
Get Message production rate per second.
|
Float |
getMessageRateOut()
Get Message consumption rate per second.
|
String |
getModifyTime()
Get Modification time
|
String |
getNode()
Get Specifies the name of the primary node where the queue is located.
|
String |
getPolicy()
Get The name of the effective policy.
|
String |
getQueueName()
Get Queue name.
|
String |
getQueueType()
Get Specifies the queue type.
|
String |
getRemark()
Get Remarks.
|
String |
getVirtualHost()
Get Name of the virtual host to which the queue belongs.
|
void |
setArguments(String Arguments)
Set Additional parameters key-value objects.
|
void |
setAutoDelete(Boolean AutoDelete)
Set Specifies whether the queue is an auto-delete queue.
|
void |
setConsumerDetail(RabbitMQQueueListConsumerDetailInfo ConsumerDetail)
Set Consumer information.
|
void |
setCreateTime(String CreateTime)
Set Creation time
|
void |
setDurable(Boolean Durable)
Set Specifies whether the queue is persistent.
|
void |
setExclusive(Boolean Exclusive)
Set Whether it is an exclusive queue.
|
void |
setInstanceId(String InstanceId)
Set instanceId to which the queue belongs.
|
void |
setMessageHeapCount(Long MessageHeapCount)
Set Number of message backlogs.
|
void |
setMessageRateIn(Float MessageRateIn)
Set Message production rate per second.
|
void |
setMessageRateOut(Float MessageRateOut)
Set Message consumption rate per second.
|
void |
setModifyTime(String ModifyTime)
Set Modification time
|
void |
setNode(String Node)
Set Specifies the name of the primary node where the queue is located.
|
void |
setPolicy(String Policy)
Set The name of the effective policy.
|
void |
setQueueName(String QueueName)
Set Queue name.
|
void |
setQueueType(String QueueType)
Set Specifies the queue type.
|
void |
setRemark(String Remark)
Set Remarks.
|
void |
setVirtualHost(String VirtualHost)
Set Name of the virtual host to which the queue belongs.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RabbitMQQueueListInfo()
public RabbitMQQueueListInfo(RabbitMQQueueListInfo source)
public String getQueueName()
public void setQueueName(String QueueName)
QueueName
- Queue name.public String getRemark()
public void setRemark(String Remark)
Remark
- Remarks.public RabbitMQQueueListConsumerDetailInfo getConsumerDetail()
public void setConsumerDetail(RabbitMQQueueListConsumerDetailInfo ConsumerDetail)
ConsumerDetail
- Consumer information.public String getQueueType()
public void setQueueType(String QueueType)
QueueType
- Specifies the queue type. the valid values are "classic" and "quorum".public Long getMessageHeapCount()
public void setMessageHeapCount(Long MessageHeapCount)
MessageHeapCount
- Number of message backlogs.public Float getMessageRateIn()
public void setMessageRateIn(Float MessageRateIn)
MessageRateIn
- Message production rate per second.public Float getMessageRateOut()
public void setMessageRateOut(Float MessageRateOut)
MessageRateOut
- Message consumption rate per second.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation timepublic String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime
- Modification timepublic Boolean getDurable()
public void setDurable(Boolean Durable)
Durable
- Specifies whether the queue is persistent. true indicates persistent, and false indicates non-persistent.public Boolean getAutoDelete()
public void setAutoDelete(Boolean AutoDelete)
AutoDelete
- Specifies whether the queue is an auto-delete queue. true indicates auto-delete, and false indicates non-auto-delete.public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- instanceId to which the queue belongs.public String getVirtualHost()
public void setVirtualHost(String VirtualHost)
VirtualHost
- Name of the virtual host to which the queue belongs.public String getNode()
public void setNode(String Node)
Node
- Specifies the name of the primary node where the queue is located.public String getPolicy()
public void setPolicy(String Policy)
Policy
- The name of the effective policy.public String getArguments()
public void setArguments(String Arguments)
Arguments
- Additional parameters key-value objects.public Boolean getExclusive()
public void setExclusive(Boolean Exclusive)
Exclusive
- Whether it is an exclusive queue.Copyright © 2025. All rights reserved.