public class DescribeRocketMQTopUsagesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeRocketMQTopUsagesRequest() | 
| DescribeRocketMQTopUsagesRequest(DescribeRocketMQTopUsagesRequest 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 | getClusterId()Get 集群ID | 
| Long | getLimit()Get 排序数量,最大20 | 
| String | getMetricName()Get 指标名称,支持以下:
consumeLag,消费组堆积数量
deadLetterCount,死信数量
topicRateIn,   Topic生产速率
topicRateOut,Topic消费速率
topicStorageSize,Topic存储空间
topicApiCalls,Topic API调用次数 | 
| void | setClusterId(String ClusterId)Set 集群ID | 
| void | setLimit(Long Limit)Set 排序数量,最大20 | 
| void | setMetricName(String MetricName)Set 指标名称,支持以下:
consumeLag,消费组堆积数量
deadLetterCount,死信数量
topicRateIn,   Topic生产速率
topicRateOut,Topic消费速率
topicStorageSize,Topic存储空间
topicApiCalls,Topic API调用次数 | 
| 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 DescribeRocketMQTopUsagesRequest()
public DescribeRocketMQTopUsagesRequest(DescribeRocketMQTopUsagesRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - 集群IDpublic String getMetricName()
public void setMetricName(String MetricName)
MetricName - 指标名称,支持以下:
consumeLag,消费组堆积数量
deadLetterCount,死信数量
topicRateIn,   Topic生产速率
topicRateOut,Topic消费速率
topicStorageSize,Topic存储空间
topicApiCalls,Topic API调用次数public Long getLimit()
public void setLimit(Long Limit)
Limit - 排序数量,最大20Copyright © 2025. All rights reserved.