public class RocketMQClusterRecentStats extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RocketMQClusterRecentStats() | 
| RocketMQClusterRecentStats(RocketMQClusterRecentStats 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 | getConsumedMsgNum()Get 消息消费数 | 
| Long | getProducedMsgNum()Get 消息生产数 | 
| Long | getTopicNum()Get Topic数量 | 
| void | setAccumulativeMsgNum(Long AccumulativeMsgNum)Set 消息堆积数 | 
| void | setConsumedMsgNum(Long ConsumedMsgNum)Set 消息消费数 | 
| void | setProducedMsgNum(Long ProducedMsgNum)Set 消息生产数 | 
| void | setTopicNum(Long TopicNum)Set Topic数量 | 
| 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, toJsonStringpublic RocketMQClusterRecentStats()
public RocketMQClusterRecentStats(RocketMQClusterRecentStats source)
public Long getTopicNum()
public void setTopicNum(Long TopicNum)
TopicNum - Topic数量public Long getProducedMsgNum()
public void setProducedMsgNum(Long ProducedMsgNum)
ProducedMsgNum - 消息生产数public Long getConsumedMsgNum()
public void setConsumedMsgNum(Long ConsumedMsgNum)
ConsumedMsgNum - 消息消费数public Long getAccumulativeMsgNum()
public void setAccumulativeMsgNum(Long AccumulativeMsgNum)
AccumulativeMsgNum - 消息堆积数Copyright © 2025. All rights reserved.