public class QueueSet extends AbstractModel
| Constructor and Description | 
|---|
| QueueSet() | 
| QueueSet(QueueSet 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 | 
|---|---|
| Long | getActiveMsgNum()Get ActiveMsgNum
Note: this field may return null, indicating that no valid values can be obtained. | 
| Long | getBps()Get Bps
Note: this field may return null, indicating that no valid values can be obtained. | 
| Long | getCreateTime()Get CreateTime
Note: this field may return null, indicating that no valid values can be obtained. | 
| Long | getCreateUin()Get Creator `uin`
Note: this field may return null, indicating that no valid values can be obtained. | 
| DeadLetterPolicy | getDeadLetterPolicy()Get DeadLetterPolicy
Note: this field may return null, indicating that no valid values can be obtained. | 
| DeadLetterSource[] | getDeadLetterSource()Get DeadLetterSource
Note: this field may return null, indicating that no valid values can be obtained. | 
| Long | getDelayMsgNum()Get DelayMsgNum
Note: this field may return null, indicating that no valid values can be obtained. | 
| Long | getInactiveMsgNum()Get InactiveMsgNum
Note: this field may return null, indicating that no valid values can be obtained. | 
| Long | getLastModifyTime()Get LastModifyTime
Note: this field may return null, indicating that no valid values can be obtained. | 
| Long | getMaxDelaySeconds()Get MaxDelaySeconds
Note: this field may return null, indicating that no valid values can be obtained. | 
| Long | getMaxMsgHeapNum()Get MaxMsgHeapNum
Note: this field may return null, indicating that no valid values can be obtained. | 
| Long | getMaxMsgSize()Get MaxMsgSize
Note: this field may return null, indicating that no valid values can be obtained. | 
| Long | getMinMsgTime()Get MinMsgTime
Note: this field may return null, indicating that no valid values can be obtained. | 
| Long | getMsgRetentionSeconds()Get MsgRetentionSeconds
Note: this field may return null, indicating that no valid values can be obtained. | 
| Long | getPollingWaitSeconds()Get PollingWaitSeconds
Note: this field may return null, indicating that no valid values can be obtained. | 
| Long | getQps()Get Qps
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getQueueId()Get QueueId | 
| String | getQueueName()Get QueueName | 
| Long | getRewindMsgNum()Get RewindMsgNum
Note: this field may return null, indicating that no valid values can be obtained. | 
| Long | getRewindSeconds()Get RewindSeconds
Note: this field may return null, indicating that no valid values can be obtained. | 
| Tag[] | getTags()Get Tag
Note: this field may return null, indicating that no valid values can be obtained. | 
| Boolean | getTrace()Get Message trace flag. | 
| Boolean | getTransaction()Get Transaction
Note: this field may return null, indicating that no valid values can be obtained. | 
| TransactionPolicy | getTransactionPolicy()Get TransactionPolicy
Note: this field may return null, indicating that no valid values can be obtained. | 
| Long | getVisibilityTimeout()Get VisibilityTimeout
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setActiveMsgNum(Long ActiveMsgNum)Set ActiveMsgNum
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setBps(Long Bps)Set Bps
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setCreateTime(Long CreateTime)Set CreateTime
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setCreateUin(Long CreateUin)Set Creator `uin`
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setDeadLetterPolicy(DeadLetterPolicy DeadLetterPolicy)Set DeadLetterPolicy
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setDeadLetterSource(DeadLetterSource[] DeadLetterSource)Set DeadLetterSource
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setDelayMsgNum(Long DelayMsgNum)Set DelayMsgNum
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setInactiveMsgNum(Long InactiveMsgNum)Set InactiveMsgNum
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setLastModifyTime(Long LastModifyTime)Set LastModifyTime
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setMaxDelaySeconds(Long MaxDelaySeconds)Set MaxDelaySeconds
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setMaxMsgHeapNum(Long MaxMsgHeapNum)Set MaxMsgHeapNum
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setMaxMsgSize(Long MaxMsgSize)Set MaxMsgSize
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setMinMsgTime(Long MinMsgTime)Set MinMsgTime
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setMsgRetentionSeconds(Long MsgRetentionSeconds)Set MsgRetentionSeconds
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setPollingWaitSeconds(Long PollingWaitSeconds)Set PollingWaitSeconds
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setQps(Long Qps)Set Qps
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setQueueId(String QueueId)Set QueueId | 
| void | setQueueName(String QueueName)Set QueueName | 
| void | setRewindMsgNum(Long RewindMsgNum)Set RewindMsgNum
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setRewindSeconds(Long RewindSeconds)Set RewindSeconds
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setTags(Tag[] Tags)Set Tag
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setTrace(Boolean Trace)Set Message trace flag. | 
| void | setTransaction(Boolean Transaction)Set Transaction
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setTransactionPolicy(TransactionPolicy TransactionPolicy)Set TransactionPolicy
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setVisibilityTimeout(Long VisibilityTimeout)Set VisibilityTimeout
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic QueueSet()
public QueueSet(QueueSet source)
public String getQueueId()
public void setQueueId(String QueueId)
QueueId - QueueIdpublic String getQueueName()
public void setQueueName(String QueueName)
QueueName - QueueNamepublic Long getQps()
public void setQps(Long Qps)
Qps - Qps
Note: this field may return null, indicating that no valid values can be obtained.public Long getBps()
public void setBps(Long Bps)
Bps - Bps
Note: this field may return null, indicating that no valid values can be obtained.public Long getMaxDelaySeconds()
public void setMaxDelaySeconds(Long MaxDelaySeconds)
MaxDelaySeconds - MaxDelaySeconds
Note: this field may return null, indicating that no valid values can be obtained.public Long getMaxMsgHeapNum()
public void setMaxMsgHeapNum(Long MaxMsgHeapNum)
MaxMsgHeapNum - MaxMsgHeapNum
Note: this field may return null, indicating that no valid values can be obtained.public Long getPollingWaitSeconds()
public void setPollingWaitSeconds(Long PollingWaitSeconds)
PollingWaitSeconds - PollingWaitSeconds
Note: this field may return null, indicating that no valid values can be obtained.public Long getMsgRetentionSeconds()
public void setMsgRetentionSeconds(Long MsgRetentionSeconds)
MsgRetentionSeconds - MsgRetentionSeconds
Note: this field may return null, indicating that no valid values can be obtained.public Long getVisibilityTimeout()
public void setVisibilityTimeout(Long VisibilityTimeout)
VisibilityTimeout - VisibilityTimeout
Note: this field may return null, indicating that no valid values can be obtained.public Long getMaxMsgSize()
public void setMaxMsgSize(Long MaxMsgSize)
MaxMsgSize - MaxMsgSize
Note: this field may return null, indicating that no valid values can be obtained.public Long getRewindSeconds()
public void setRewindSeconds(Long RewindSeconds)
RewindSeconds - RewindSeconds
Note: this field may return null, indicating that no valid values can be obtained.public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime - CreateTime
Note: this field may return null, indicating that no valid values can be obtained.public Long getLastModifyTime()
public void setLastModifyTime(Long LastModifyTime)
LastModifyTime - LastModifyTime
Note: this field may return null, indicating that no valid values can be obtained.public Long getActiveMsgNum()
public void setActiveMsgNum(Long ActiveMsgNum)
ActiveMsgNum - ActiveMsgNum
Note: this field may return null, indicating that no valid values can be obtained.public Long getInactiveMsgNum()
public void setInactiveMsgNum(Long InactiveMsgNum)
InactiveMsgNum - InactiveMsgNum
Note: this field may return null, indicating that no valid values can be obtained.public Long getDelayMsgNum()
public void setDelayMsgNum(Long DelayMsgNum)
DelayMsgNum - DelayMsgNum
Note: this field may return null, indicating that no valid values can be obtained.public Long getRewindMsgNum()
public void setRewindMsgNum(Long RewindMsgNum)
RewindMsgNum - RewindMsgNum
Note: this field may return null, indicating that no valid values can be obtained.public Long getMinMsgTime()
public void setMinMsgTime(Long MinMsgTime)
MinMsgTime - MinMsgTime
Note: this field may return null, indicating that no valid values can be obtained.public Boolean getTransaction()
public void setTransaction(Boolean Transaction)
Transaction - Transaction
Note: this field may return null, indicating that no valid values can be obtained.public DeadLetterSource[] getDeadLetterSource()
public void setDeadLetterSource(DeadLetterSource[] DeadLetterSource)
DeadLetterSource - DeadLetterSource
Note: this field may return null, indicating that no valid values can be obtained.public DeadLetterPolicy getDeadLetterPolicy()
public void setDeadLetterPolicy(DeadLetterPolicy DeadLetterPolicy)
DeadLetterPolicy - DeadLetterPolicy
Note: this field may return null, indicating that no valid values can be obtained.public TransactionPolicy getTransactionPolicy()
public void setTransactionPolicy(TransactionPolicy TransactionPolicy)
TransactionPolicy - TransactionPolicy
Note: this field may return null, indicating that no valid values can be obtained.public Long getCreateUin()
public void setCreateUin(Long CreateUin)
CreateUin - Creator `uin`
Note: this field may return null, indicating that no valid values can be obtained.public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags - Tag
Note: this field may return null, indicating that no valid values can be obtained.public Boolean getTrace()
public void setTrace(Boolean Trace)
Trace - Message trace flag. true: enabled, false: not enabled
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.