public class DescribeTopicDetailRequest extends AbstractModel
Constructor and Description |
---|
DescribeTopicDetailRequest() |
Modifier and Type | Method and Description |
---|---|
Filter[] |
getFilters()
Get 目前只支持过滤TopicName , 且只能填一个过滤值。
|
Long |
getLimit()
Get 分页时本页获取队列的个数,如果不传递该参数,则该参数默认为20,最大值为50。
|
Long |
getOffset()
Get 分页时本页获取队列列表的起始位置。如果填写了该值,必须也要填写 limit 。该值缺省时,后台取默认值 0。
|
String |
getTagKey()
Get 标签匹配。
|
String |
getTopicName()
Get 精确匹配TopicName。
|
void |
setFilters(Filter[] Filters)
Set 目前只支持过滤TopicName , 且只能填一个过滤值。
|
void |
setLimit(Long Limit)
Set 分页时本页获取队列的个数,如果不传递该参数,则该参数默认为20,最大值为50。
|
void |
setOffset(Long Offset)
Set 分页时本页获取队列列表的起始位置。如果填写了该值,必须也要填写 limit 。该值缺省时,后台取默认值 0。
|
void |
setTagKey(String TagKey)
Set 标签匹配。
|
void |
setTopicName(String TopicName)
Set 精确匹配TopicName。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页时本页获取队列列表的起始位置。如果填写了该值,必须也要填写 limit 。该值缺省时,后台取默认值 0。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页时本页获取队列的个数,如果不传递该参数,则该参数默认为20,最大值为50。public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 目前只支持过滤TopicName , 且只能填一个过滤值。public String getTagKey()
public void setTagKey(String TagKey)
TagKey
- 标签匹配。public String getTopicName()
public void setTopicName(String TopicName)
TopicName
- 精确匹配TopicName。Copyright © 2020. All rights reserved.