public class DescribeTrafficPackagesRequest extends AbstractModel
Constructor and Description |
---|
DescribeTrafficPackagesRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getLimit()
Get 分页查询记录个数,默认100,最大1000
|
Long |
getOffset()
Get 分页查询起始地址,默认 0(第一页)
|
void |
setLimit(Long Limit)
Set 分页查询记录个数,默认100,最大1000
|
void |
setOffset(Long Offset)
Set 分页查询起始地址,默认 0(第一页)
|
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 Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页查询起始地址,默认 0(第一页)public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页查询记录个数,默认100,最大1000Copyright © 2020. All rights reserved.