public class DescribeCmqSubscriptionDetailRequest extends AbstractModel
Constructor and Description |
---|
DescribeCmqSubscriptionDetailRequest() |
DescribeCmqSubscriptionDetailRequest(DescribeCmqSubscriptionDetailRequest 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 |
---|---|
Long |
getLimit()
Get Number of topics to be returned per page in case of paginated return.
|
Long |
getOffset()
Get Starting position of the list of topics to be returned on the current page in case of paginated return.
|
String |
getSubscriptionName()
Get Fuzzy search by `SubscriptionName`
|
String |
getTopicName()
Get Topic name, which must be unique in the same topic under the same account in the same region.
|
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 the list of topics to be returned on the current page in case of paginated return.
|
void |
setSubscriptionName(String SubscriptionName)
Set Fuzzy search by `SubscriptionName`
|
void |
setTopicName(String TopicName)
Set Topic name, which must be unique in the same topic under the same account in the same 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 DescribeCmqSubscriptionDetailRequest()
public DescribeCmqSubscriptionDetailRequest(DescribeCmqSubscriptionDetailRequest source)
public String getTopicName()
public void setTopicName(String TopicName)
TopicName
- Topic name, which must be unique in the same topic under the same account in the same region. It can contain up to 64 letters, digits, and hyphens and must begin with a letter.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Starting position of the list of topics 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 String getSubscriptionName()
public void setSubscriptionName(String SubscriptionName)
SubscriptionName
- Fuzzy search by `SubscriptionName`Copyright © 2023. All rights reserved.