public class AMQPClusterRecentStats extends AbstractModel
Constructor and Description |
---|
AMQPClusterRecentStats() |
AMQPClusterRecentStats(AMQPClusterRecentStats 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 |
getAccumulativeMsgNum()
Get 消息堆积数
|
Long |
getExchangeNum()
Get Exchange数量
|
Long |
getProducedMsgNum()
Get 消息生产数
|
Long |
getQueueNum()
Get Queue数量
|
void |
setAccumulativeMsgNum(Long AccumulativeMsgNum)
Set 消息堆积数
|
void |
setExchangeNum(Long ExchangeNum)
Set Exchange数量
|
void |
setProducedMsgNum(Long ProducedMsgNum)
Set 消息生产数
|
void |
setQueueNum(Long QueueNum)
Set Queue数量
|
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, toJsonString
public AMQPClusterRecentStats()
public AMQPClusterRecentStats(AMQPClusterRecentStats source)
public Long getQueueNum()
public void setQueueNum(Long QueueNum)
QueueNum
- Queue数量public Long getProducedMsgNum()
public void setProducedMsgNum(Long ProducedMsgNum)
ProducedMsgNum
- 消息生产数public Long getAccumulativeMsgNum()
public void setAccumulativeMsgNum(Long AccumulativeMsgNum)
AccumulativeMsgNum
- 消息堆积数public Long getExchangeNum()
public void setExchangeNum(Long ExchangeNum)
ExchangeNum
- Exchange数量Copyright © 2022. All rights reserved.