public class DescribeRabbitMQServerlessQueueDetailResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeRabbitMQServerlessQueueDetailResponse() |
DescribeRabbitMQServerlessQueueDetailResponse(DescribeRabbitMQServerlessQueueDetailResponse 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.
|
Boolean |
getAutoDelete()
Get Automatic cleanup.
|
Long |
getAutoExpire()
Get AutoExpire parameter.
|
Long |
getConsumers()
Get Number of online consumers.
|
Long |
getCreateTime()
Get Create timestamp, in seconds.
|
String |
getDeadLetterExchange()
Get DeadLetterExchange parameter.
|
String |
getDeadLetterRoutingKey()
Get The DeadLetterRoutingKey parameter.
|
String |
getDeadLetterStrategy()
Get Arbitration queue dead letter consistency policy.
|
Long |
getDeliveryLimit()
Get DeliveryLimit parameter.
|
Boolean |
getDurable()
Get Durable flag.
|
Boolean |
getExclusive()
Get Whether it is an exclusive queue.
|
String |
getInstanceId()
Get Instance ID
|
Boolean |
getLazyMode()
Get LazyMode parameter, dedicated for classic type.
|
String |
getMasterLocator()
Get MasterLocator parameter, dedicated for classic type.
|
Long |
getMaximumPriority()
Get MaximumPriority parameter.
|
Long |
getMaxInMemoryBytes()
Get The MaxInMemoryBytes parameter is dedicated to the quorum type.
|
Long |
getMaxInMemoryLength()
Get MaxInMemoryLength parameter, dedicated for quorum type.
|
Long |
getMaxLength()
Get MaxLength parameter.
|
Long |
getMaxLengthBytes()
Get MaxLengthBytes parameter.
|
Long |
getMessageTTL()
Get MessageTTL parameter, dedicated for classic type.
|
String |
getNode()
Get Node.
|
String |
getOverflowBehaviour()
Get OverflowBehaviour parameter specifies a value of drop-head, reject-publish, or reject-publish-dlx.
|
String |
getPolicy()
Get The name of the policy that takes effect.
|
String |
getQueueLeaderLocator()
Get Leadership election policy for arbitration queue.
|
String |
getQueueName()
Get Queue name.
|
String |
getQueueType()
Get Specifies the queue type.
|
Long |
getQuorumInitialGroupSize()
Get Specifies the initial replica group size of the arbitration queue.
|
String |
getRemark()
Get Remarks
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
Boolean |
getSingleActiveConsumer()
Get SingleActiveConsumer parameter.
|
String |
getVirtualHost()
Get Vhost parameter.
|
void |
setArguments(String Arguments)
Set Additional parameters key-value.
|
void |
setAutoDelete(Boolean AutoDelete)
Set Automatic cleanup.
|
void |
setAutoExpire(Long AutoExpire)
Set AutoExpire parameter.
|
void |
setConsumers(Long Consumers)
Set Number of online consumers.
|
void |
setCreateTime(Long CreateTime)
Set Create timestamp, in seconds.
|
void |
setDeadLetterExchange(String DeadLetterExchange)
Set DeadLetterExchange parameter.
|
void |
setDeadLetterRoutingKey(String DeadLetterRoutingKey)
Set The DeadLetterRoutingKey parameter.
|
void |
setDeadLetterStrategy(String DeadLetterStrategy)
Set Arbitration queue dead letter consistency policy.
|
void |
setDeliveryLimit(Long DeliveryLimit)
Set DeliveryLimit parameter.
|
void |
setDurable(Boolean Durable)
Set Durable flag.
|
void |
setExclusive(Boolean Exclusive)
Set Whether it is an exclusive queue.
|
void |
setInstanceId(String InstanceId)
Set Instance ID
|
void |
setLazyMode(Boolean LazyMode)
Set LazyMode parameter, dedicated for classic type.
|
void |
setMasterLocator(String MasterLocator)
Set MasterLocator parameter, dedicated for classic type.
|
void |
setMaximumPriority(Long MaximumPriority)
Set MaximumPriority parameter.
|
void |
setMaxInMemoryBytes(Long MaxInMemoryBytes)
Set The MaxInMemoryBytes parameter is dedicated to the quorum type.
|
void |
setMaxInMemoryLength(Long MaxInMemoryLength)
Set MaxInMemoryLength parameter, dedicated for quorum type.
|
void |
setMaxLength(Long MaxLength)
Set MaxLength parameter.
|
void |
setMaxLengthBytes(Long MaxLengthBytes)
Set MaxLengthBytes parameter.
|
void |
setMessageTTL(Long MessageTTL)
Set MessageTTL parameter, dedicated for classic type.
|
void |
setNode(String Node)
Set Node.
|
void |
setOverflowBehaviour(String OverflowBehaviour)
Set OverflowBehaviour parameter specifies a value of drop-head, reject-publish, or reject-publish-dlx.
|
void |
setPolicy(String Policy)
Set The name of the policy that takes effect.
|
void |
setQueueLeaderLocator(String QueueLeaderLocator)
Set Leadership election policy for arbitration queue.
|
void |
setQueueName(String QueueName)
Set Queue name.
|
void |
setQueueType(String QueueType)
Set Specifies the queue type.
|
void |
setQuorumInitialGroupSize(Long QuorumInitialGroupSize)
Set Specifies the initial replica group size of the arbitration queue.
|
void |
setRemark(String Remark)
Set Remarks
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setSingleActiveConsumer(Boolean SingleActiveConsumer)
Set SingleActiveConsumer parameter.
|
void |
setVirtualHost(String VirtualHost)
Set Vhost parameter.
|
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 DescribeRabbitMQServerlessQueueDetailResponse()
public DescribeRabbitMQServerlessQueueDetailResponse(DescribeRabbitMQServerlessQueueDetailResponse source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance IDpublic String getVirtualHost()
public void setVirtualHost(String VirtualHost)
VirtualHost
- Vhost parameter.public String getQueueName()
public void setQueueName(String QueueName)
QueueName
- Queue name.public String getQueueType()
public void setQueueType(String QueueType)
QueueType
- Specifies the queue type. the valid values are classic or quorum.public Long getConsumers()
public void setConsumers(Long Consumers)
Consumers
- Number of online consumers.public Boolean getDurable()
public void setDurable(Boolean Durable)
Durable
- Durable flag.public Boolean getAutoDelete()
public void setAutoDelete(Boolean AutoDelete)
AutoDelete
- Automatic cleanup.public String getRemark()
public void setRemark(String Remark)
Remark
- Remarkspublic Long getMessageTTL()
public void setMessageTTL(Long MessageTTL)
MessageTTL
- MessageTTL parameter, dedicated for classic type.public Long getAutoExpire()
public void setAutoExpire(Long AutoExpire)
AutoExpire
- AutoExpire parameter.public Long getMaxLength()
public void setMaxLength(Long MaxLength)
MaxLength
- MaxLength parameter.public Long getMaxLengthBytes()
public void setMaxLengthBytes(Long MaxLengthBytes)
MaxLengthBytes
- MaxLengthBytes parameter.public Long getDeliveryLimit()
public void setDeliveryLimit(Long DeliveryLimit)
DeliveryLimit
- DeliveryLimit parameter. specifies the parameter dedicated to the quorum type.public String getOverflowBehaviour()
public void setOverflowBehaviour(String OverflowBehaviour)
OverflowBehaviour
- OverflowBehaviour parameter specifies a value of drop-head, reject-publish, or reject-publish-dlx.public String getDeadLetterExchange()
public void setDeadLetterExchange(String DeadLetterExchange)
DeadLetterExchange
- DeadLetterExchange parameter.public String getDeadLetterRoutingKey()
public void setDeadLetterRoutingKey(String DeadLetterRoutingKey)
DeadLetterRoutingKey
- The DeadLetterRoutingKey parameter.public Boolean getSingleActiveConsumer()
public void setSingleActiveConsumer(Boolean SingleActiveConsumer)
SingleActiveConsumer
- SingleActiveConsumer parameter.public Long getMaximumPriority()
public void setMaximumPriority(Long MaximumPriority)
MaximumPriority
- MaximumPriority parameter. specifies that it is dedicated for the classic type.public Boolean getLazyMode()
public void setLazyMode(Boolean LazyMode)
LazyMode
- LazyMode parameter, dedicated for classic type.public String getMasterLocator()
public void setMasterLocator(String MasterLocator)
MasterLocator
- MasterLocator parameter, dedicated for classic type.public Long getMaxInMemoryLength()
public void setMaxInMemoryLength(Long MaxInMemoryLength)
MaxInMemoryLength
- MaxInMemoryLength parameter, dedicated for quorum type.public Long getMaxInMemoryBytes()
public void setMaxInMemoryBytes(Long MaxInMemoryBytes)
MaxInMemoryBytes
- The MaxInMemoryBytes parameter is dedicated to the quorum type.public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- Create timestamp, in seconds.public String getNode()
public void setNode(String Node)
Node
- Node.public String getDeadLetterStrategy()
public void setDeadLetterStrategy(String DeadLetterStrategy)
DeadLetterStrategy
- Arbitration queue dead letter consistency policy.public String getQueueLeaderLocator()
public void setQueueLeaderLocator(String QueueLeaderLocator)
QueueLeaderLocator
- Leadership election policy for arbitration queue.public Long getQuorumInitialGroupSize()
public void setQuorumInitialGroupSize(Long QuorumInitialGroupSize)
QuorumInitialGroupSize
- Specifies the initial replica group size of the arbitration queue.public Boolean getExclusive()
public void setExclusive(Boolean Exclusive)
Exclusive
- Whether it is an exclusive queue.public String getPolicy()
public void setPolicy(String Policy)
Policy
- The name of the policy that takes effect.public String getArguments()
public void setArguments(String Arguments)
Arguments
- Additional parameters key-value.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.