public class DescribeTopicDetailRequest extends AbstractModel
Constructor and Description |
---|
DescribeTopicDetailRequest() |
DescribeTopicDetailRequest(DescribeTopicDetailRequest 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 |
getAclRuleName()
Get Name of the preset ACL rule.
|
String |
getInstanceId()
Get Instance ID
|
Long |
getLimit()
Get Number of results to be returned.
|
Long |
getOffset()
Get Offset.
|
String |
getSearchWord()
Get (Filter) filter by `topicName`.
|
void |
setAclRuleName(String AclRuleName)
Set Name of the preset ACL rule.
|
void |
setInstanceId(String InstanceId)
Set Instance ID
|
void |
setLimit(Long Limit)
Set Number of results to be returned.
|
void |
setOffset(Long Offset)
Set Offset.
|
void |
setSearchWord(String SearchWord)
Set (Filter) filter by `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 DescribeTopicDetailRequest()
public DescribeTopicDetailRequest(DescribeTopicDetailRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance IDpublic String getSearchWord()
public void setSearchWord(String SearchWord)
SearchWord
- (Filter) filter by `topicName`. Fuzzy search is supportedpublic Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset. If this parameter is left empty, 0 will be used by defaultpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of results to be returned. If this parameter is left empty, 10 will be used by default. The maximum value is 20. This value must be greater than 0public String getAclRuleName()
public void setAclRuleName(String AclRuleName)
AclRuleName
- Name of the preset ACL rule.Copyright © 2023. All rights reserved.