public class DescribeRocketMQGroupsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeRocketMQGroupsRequest() | 
| DescribeRocketMQGroupsRequest(DescribeRocketMQGroupsRequest 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 | 
| String | getFilterGroup()Get 按消费组名称查询消费组,支持模糊查询 | 
| String | getFilterOneGroup()Get 订阅组名称,指定此参数后将只返回该订阅组信息 | 
| String | getFilterTopic()Get 主题名称,输入此参数可查询该主题下所有的订阅组 | 
| Long | getLimit()Get 限制条数 | 
| String | getNamespaceId()Get 命名空间 | 
| Long | getOffset()Get 偏移量 | 
| String | getSortedBy()Get 按照指定字段排序,可选值为 subscribeNum: 订阅 Topic 个数 | 
| String | getSortOrder()Get 按升序或降序排列,可选值为asc,desc | 
| String[] | getTypes()Get group类型 | 
| void | setClusterId(String ClusterId)Set 集群ID | 
| void | setFilterGroup(String FilterGroup)Set 按消费组名称查询消费组,支持模糊查询 | 
| void | setFilterOneGroup(String FilterOneGroup)Set 订阅组名称,指定此参数后将只返回该订阅组信息 | 
| void | setFilterTopic(String FilterTopic)Set 主题名称,输入此参数可查询该主题下所有的订阅组 | 
| void | setLimit(Long Limit)Set 限制条数 | 
| void | setNamespaceId(String NamespaceId)Set 命名空间 | 
| void | setOffset(Long Offset)Set 偏移量 | 
| void | setSortedBy(String SortedBy)Set 按照指定字段排序,可选值为 subscribeNum: 订阅 Topic 个数 | 
| void | setSortOrder(String SortOrder)Set 按升序或降序排列,可选值为asc,desc | 
| void | setTypes(String[] Types)Set group类型 | 
| 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 DescribeRocketMQGroupsRequest()
public DescribeRocketMQGroupsRequest(DescribeRocketMQGroupsRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - 集群IDpublic String getNamespaceId()
public void setNamespaceId(String NamespaceId)
NamespaceId - 命名空间public Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量public Long getLimit()
public void setLimit(Long Limit)
Limit - 限制条数public String getFilterTopic()
public void setFilterTopic(String FilterTopic)
FilterTopic - 主题名称,输入此参数可查询该主题下所有的订阅组public String getFilterGroup()
public void setFilterGroup(String FilterGroup)
FilterGroup - 按消费组名称查询消费组,支持模糊查询public String getSortedBy()
public void setSortedBy(String SortedBy)
SortedBy - 按照指定字段排序,可选值为 subscribeNum: 订阅 Topic 个数public String getSortOrder()
public void setSortOrder(String SortOrder)
SortOrder - 按升序或降序排列,可选值为asc,descpublic String getFilterOneGroup()
public void setFilterOneGroup(String FilterOneGroup)
FilterOneGroup - 订阅组名称,指定此参数后将只返回该订阅组信息public String[] getTypes()
public void setTypes(String[] Types)
Types - group类型Copyright © 2025. All rights reserved.