public class DescribeTopicRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeTopicRequest() |
DescribeTopicRequest(DescribeTopicRequest 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 Acl预设策略名称
|
String |
getInstanceId()
Get 实例 ID
|
Long |
getLimit()
Get 返回数量,不填则默认为20,最大值为50
|
Long |
getOffset()
Get 偏移量,不填默认为0
|
String |
getSearchWord()
Get 过滤条件,按照 topicName 过滤,支持模糊查询
|
void |
setAclRuleName(String AclRuleName)
Set Acl预设策略名称
|
void |
setInstanceId(String InstanceId)
Set 实例 ID
|
void |
setLimit(Long Limit)
Set 返回数量,不填则默认为20,最大值为50
|
void |
setOffset(Long Offset)
Set 偏移量,不填默认为0
|
void |
setSearchWord(String SearchWord)
Set 过滤条件,按照 topicName 过滤,支持模糊查询
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeTopicRequest()
public DescribeTopicRequest(DescribeTopicRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例 IDpublic String getSearchWord()
public void setSearchWord(String SearchWord)
SearchWord
- 过滤条件,按照 topicName 过滤,支持模糊查询public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,不填默认为0public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回数量,不填则默认为20,最大值为50public String getAclRuleName()
public void setAclRuleName(String AclRuleName)
AclRuleName
- Acl预设策略名称Copyright © 2023. All rights reserved.