public class DescribeCmqTopicsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeCmqTopicsRequest() | 
| DescribeCmqTopicsRequest(DescribeCmqTopicsRequest 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 过滤器。目前支持按标签过滤,标签的Name需要加前缀“tag:”,例如:tag:负责人、tag:环境、tag:业务 | 
| Boolean | getIsTagFilter()Get 标签过滤查找时,需要设置为 true | 
| Long | getLimit()Get 分页时本页获取队列的个数,如果不传递该参数,则该参数默认为20,最大值为50。 | 
| Long | getOffset()Get 分页时本页获取队列列表的起始位置。如果填写了该值,必须也要填写 limit 。该值缺省时,后台取默认值 0 | 
| String | getTopicName()Get 根据TopicName进行模糊搜索 | 
| String[] | getTopicNameList()Get CMQ 主题名称列表过滤 | 
| void | setFilters(Filter[] Filters)Set 过滤器。目前支持按标签过滤,标签的Name需要加前缀“tag:”,例如:tag:负责人、tag:环境、tag:业务 | 
| void | setIsTagFilter(Boolean IsTagFilter)Set 标签过滤查找时,需要设置为 true | 
| void | setLimit(Long Limit)Set 分页时本页获取队列的个数,如果不传递该参数,则该参数默认为20,最大值为50。 | 
| void | setOffset(Long Offset)Set 分页时本页获取队列列表的起始位置。如果填写了该值,必须也要填写 limit 。该值缺省时,后台取默认值 0 | 
| void | setTopicName(String TopicName)Set 根据TopicName进行模糊搜索 | 
| void | setTopicNameList(String[] TopicNameList)Set CMQ 主题名称列表过滤 | 
| 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 DescribeCmqTopicsRequest()
public DescribeCmqTopicsRequest(DescribeCmqTopicsRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset - 分页时本页获取队列列表的起始位置。如果填写了该值,必须也要填写 limit 。该值缺省时,后台取默认值 0public Long getLimit()
public void setLimit(Long Limit)
Limit - 分页时本页获取队列的个数,如果不传递该参数,则该参数默认为20,最大值为50。public String getTopicName()
public void setTopicName(String TopicName)
TopicName - 根据TopicName进行模糊搜索public String[] getTopicNameList()
public void setTopicNameList(String[] TopicNameList)
TopicNameList - CMQ 主题名称列表过滤public Boolean getIsTagFilter()
public void setIsTagFilter(Boolean IsTagFilter)
IsTagFilter - 标签过滤查找时,需要设置为 truepublic Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - 过滤器。目前支持按标签过滤,标签的Name需要加前缀“tag:”,例如:tag:负责人、tag:环境、tag:业务Copyright © 2025. All rights reserved.