public class DescribeSubscriptionDetailRequest extends AbstractModel
Constructor and Description |
---|
DescribeSubscriptionDetailRequest() |
Modifier and Type | Method and Description |
---|---|
Filter[] |
getFilters()
Get Filter parameter.
|
Long |
getLimit()
Get Number of topics to be returned per page in case of paginated return.
|
Long |
getOffset()
Get Starting position of topic list to be returned on the current page in case of paginated return.
|
String |
getTopicName()
Get Topic name, which is unique under the same account in an individual region.
|
void |
setFilters(Filter[] Filters)
Set Filter parameter.
|
void |
setLimit(Long Limit)
Set Number of topics to be returned per page in case of paginated return.
|
void |
setOffset(Long Offset)
Set Starting position of topic list to be returned on the current page in case of paginated return.
|
void |
setTopicName(String TopicName)
Set Topic name, which is unique under the same account in an individual region.
|
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 String getTopicName()
public void setTopicName(String TopicName)
TopicName
- Topic name, which is unique under the same account in an individual region. It is a string of up to 64 characters, which must begin with a letter and can contain letters, digits, and dashes (`-`).public Long getOffset()
public void setOffset(Long Offset)
Offset
- Starting position of topic list to be returned on the current page in case of paginated return. If a value is entered, `limit` is required. If this parameter is left empty, 0 will be used by defaultpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of topics to be returned per page in case of paginated return. If this parameter is not passed in, 20 will be used by default. Maximum value: 50.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- Filter parameter. Currently, only filtering by `SubscriptionName` is supported, and only one keyword is allowed.Copyright © 2020. All rights reserved.