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 Cluster ID. | 
| String | getFilterGroup()Get Consumer group query by consumer group name. | 
| String | getFilterOneGroup()Get Subscription group name. | 
| String | getFilterTopic()Get Topic name, which can be used to query all subscription groups under the topic | 
| Long | getLimit()Get The max number of returned results. | 
| String | getNamespaceId()Get Namespace. | 
| Long | getOffset()Get Offset. | 
| String | getSortedBy()Get Sort by specified field. | 
| String | getSortOrder()Get Sort in ascending or descending order. | 
| String[] | getTypes()Get Group type | 
| void | setClusterId(String ClusterId)Set Cluster ID. | 
| void | setFilterGroup(String FilterGroup)Set Consumer group query by consumer group name. | 
| void | setFilterOneGroup(String FilterOneGroup)Set Subscription group name. | 
| void | setFilterTopic(String FilterTopic)Set Topic name, which can be used to query all subscription groups under the topic | 
| void | setLimit(Long Limit)Set The max number of returned results. | 
| void | setNamespaceId(String NamespaceId)Set Namespace. | 
| void | setOffset(Long Offset)Set Offset. | 
| void | setSortedBy(String SortedBy)Set Sort by specified field. | 
| void | setSortOrder(String SortOrder)Set Sort in ascending or descending order. | 
| void | setTypes(String[] Types)Set Group type | 
| 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 - Cluster ID.public String getNamespaceId()
public void setNamespaceId(String NamespaceId)
NamespaceId - Namespace.public Long getOffset()
public void setOffset(Long Offset)
Offset - Offset.public Long getLimit()
public void setLimit(Long Limit)
Limit - The max number of returned results.public String getFilterTopic()
public void setFilterTopic(String FilterTopic)
FilterTopic - Topic name, which can be used to query all subscription groups under the topicpublic String getFilterGroup()
public void setFilterGroup(String FilterGroup)
FilterGroup - Consumer group query by consumer group name. Fuzzy query is supportedpublic String getSortedBy()
public void setSortedBy(String SortedBy)
SortedBy - Sort by specified field. Valid values: `tps`, `accumulative`.public String getSortOrder()
public void setSortOrder(String SortOrder)
SortOrder - Sort in ascending or descending order. Valid values: `asc`, `desc`.public String getFilterOneGroup()
public void setFilterOneGroup(String FilterOneGroup)
FilterOneGroup - Subscription group name. After it is specified, the information of only this subscription group will be returned.public String[] getTypes()
public void setTypes(String[] Types)
Types - Group typeCopyright © 2025. All rights reserved.