public class DescribeExportsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeExportsRequest() |
DescribeExportsRequest(DescribeExportsRequest 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 分页单页限制数目,默认值为20,最大值100
|
Long |
getOffset()
Get 分页的偏移量,默认值为0
|
String |
getTopicId()
Get 日志主题ID
|
void |
setLimit(Long Limit)
Set 分页单页限制数目,默认值为20,最大值100
|
void |
setOffset(Long Offset)
Set 分页的偏移量,默认值为0
|
void |
setTopicId(String TopicId)
Set 日志主题ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeExportsRequest()
public DescribeExportsRequest(DescribeExportsRequest source)
public String getTopicId()
public void setTopicId(String TopicId)
TopicId
- 日志主题IDpublic Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页的偏移量,默认值为0public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页单页限制数目,默认值为20,最大值100Copyright © 2024. All rights reserved.