public class DescribeConsumerGroupListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeConsumerGroupListRequest() |
DescribeConsumerGroupListRequest(DescribeConsumerGroupListRequest 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 |
---|---|
Filter[] |
getFilters()
Get 过滤查询条件列表,请在引用此参数的API说明中了解使用方法。
|
String |
getFromTopic()
Get 查询指定主题下的消费组
|
String |
getInstanceId()
Get 腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得。
|
Long |
getLimit()
Get 查询结果限制数量,默认20。
|
Long |
getOffset()
Get 查询起始位置,默认为0。
|
String |
getSortedBy()
Get 按照指定字段排序,枚举值如下:
- subscribeNum:订阅 Topic 个数
|
String |
getSortOrder()
Get 按升序或降序排列,枚举值如下:
- asc:升序
- desc:降序
|
void |
setFilters(Filter[] Filters)
Set 过滤查询条件列表,请在引用此参数的API说明中了解使用方法。
|
void |
setFromTopic(String FromTopic)
Set 查询指定主题下的消费组
|
void |
setInstanceId(String InstanceId)
Set 腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得。
|
void |
setLimit(Long Limit)
Set 查询结果限制数量,默认20。
|
void |
setOffset(Long Offset)
Set 查询起始位置,默认为0。
|
void |
setSortedBy(String SortedBy)
Set 按照指定字段排序,枚举值如下:
- subscribeNum:订阅 Topic 个数
|
void |
setSortOrder(String SortOrder)
Set 按升序或降序排列,枚举值如下:
- asc:升序
- desc:降序
|
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, toJsonString
public DescribeConsumerGroupListRequest()
public DescribeConsumerGroupListRequest(DescribeConsumerGroupListRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得。public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 过滤查询条件列表,请在引用此参数的API说明中了解使用方法。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 查询起始位置,默认为0。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 查询结果限制数量,默认20。public String getFromTopic()
public void setFromTopic(String FromTopic)
FromTopic
- 查询指定主题下的消费组public String getSortedBy()
public void setSortedBy(String SortedBy)
SortedBy
- 按照指定字段排序,枚举值如下:
- subscribeNum:订阅 Topic 个数public String getSortOrder()
public void setSortOrder(String SortOrder)
SortOrder
- 按升序或降序排列,枚举值如下:
- asc:升序
- desc:降序Copyright © 2025. All rights reserved.