public class RocketMQClusterRecentStats extends AbstractModel
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 Number of retained messages
|
Long |
getConsumedMsgNum()
Get Number of consumed messages
|
Long |
getProducedMsgNum()
Get Number of produced messages
|
Long |
getTopicNum()
Get Number of topics
|
void |
setAccumulativeMsgNum(Long AccumulativeMsgNum)
Set Number of retained messages
|
void |
setConsumedMsgNum(Long ConsumedMsgNum)
Set Number of consumed messages
|
void |
setProducedMsgNum(Long ProducedMsgNum)
Set Number of produced messages
|
void |
setTopicNum(Long TopicNum)
Set Number of topics
|
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 RocketMQClusterRecentStats()
public RocketMQClusterRecentStats(RocketMQClusterRecentStats source)
public Long getTopicNum()
public void setTopicNum(Long TopicNum)
TopicNum
- Number of topicspublic Long getProducedMsgNum()
public void setProducedMsgNum(Long ProducedMsgNum)
ProducedMsgNum
- Number of produced messagespublic Long getConsumedMsgNum()
public void setConsumedMsgNum(Long ConsumedMsgNum)
ConsumedMsgNum
- Number of consumed messagespublic Long getAccumulativeMsgNum()
public void setAccumulativeMsgNum(Long AccumulativeMsgNum)
AccumulativeMsgNum
- Number of retained messagesCopyright © 2023. All rights reserved.