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 |
getInstanceId()
Get 实例id
|
Long |
getLimit()
Get 返回数量,不填则默认 10,最大值20,取值要大于0
|
Long |
getOffset()
Get 偏移量,不填默认为0
|
String |
getSearchWord()
Get (过滤条件)按照topicName过滤,支持模糊查询
|
void |
setInstanceId(String InstanceId)
Set 实例id
|
void |
setLimit(Long Limit)
Set 返回数量,不填则默认 10,最大值20,取值要大于0
|
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, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeTopicDetailRequest()
public DescribeTopicDetailRequest(DescribeTopicDetailRequest 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
- 返回数量,不填则默认 10,最大值20,取值要大于0Copyright © 2021. All rights reserved.