public class DescribeAccessExportsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeAccessExportsRequest() | 
| DescribeAccessExportsRequest(DescribeAccessExportsRequest 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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeAccessExportsRequest()
public DescribeAccessExportsRequest(DescribeAccessExportsRequest source)
public String getTopicId()
public void setTopicId(String TopicId)
TopicId - 客户要查询的日志主题ID,每个客户都有对应的一个主题public Long getOffset()
public void setOffset(Long Offset)
Offset - 分页的偏移量,默认值为0public Long getLimit()
public void setLimit(Long Limit)
Limit - 分页单页限制数目,默认值为20,最大值100Copyright © 2025. All rights reserved.