public class DescribeRocketMQTopicsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeRocketMQTopicsRequest() | 
| DescribeRocketMQTopicsRequest(DescribeRocketMQTopicsRequest 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 | getFilterName()Get 按主题名称搜索,支持模糊查询 | 
| String[] | getFilterType()Get 按主题类型过滤查询结果,可选择Normal, GlobalOrder, PartitionedOrder, Transaction | 
| Long | getLimit()Get 查询限制数 | 
| String | getNamespaceId()Get 命名空间 | 
| Long | getOffset()Get 查询偏移量 | 
| void | setClusterId(String ClusterId)Set 集群ID | 
| void | setFilterGroup(String FilterGroup)Set 按订阅消费组名称过滤 | 
| void | setFilterName(String FilterName)Set 按主题名称搜索,支持模糊查询 | 
| void | setFilterType(String[] FilterType)Set 按主题类型过滤查询结果,可选择Normal, GlobalOrder, PartitionedOrder, Transaction | 
| void | setLimit(Long Limit)Set 查询限制数 | 
| void | setNamespaceId(String NamespaceId)Set 命名空间 | 
| void | setOffset(Long Offset)Set 查询偏移量 | 
| 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 DescribeRocketMQTopicsRequest()
public DescribeRocketMQTopicsRequest(DescribeRocketMQTopicsRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset - 查询偏移量public Long getLimit()
public void setLimit(Long Limit)
Limit - 查询限制数public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - 集群IDpublic String getNamespaceId()
public void setNamespaceId(String NamespaceId)
NamespaceId - 命名空间public String[] getFilterType()
public void setFilterType(String[] FilterType)
FilterType - 按主题类型过滤查询结果,可选择Normal, GlobalOrder, PartitionedOrder, Transactionpublic String getFilterName()
public void setFilterName(String FilterName)
FilterName - 按主题名称搜索,支持模糊查询public String getFilterGroup()
public void setFilterGroup(String FilterGroup)
FilterGroup - 按订阅消费组名称过滤Copyright © 2025. All rights reserved.