public class DescribeAccountVpcListRequest extends AbstractModel
Constructor and Description |
---|
DescribeAccountVpcListRequest() |
DescribeAccountVpcListRequest(DescribeAccountVpcListRequest 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 |
getAccountUin()
Get 关联账号的uin
|
Filter[] |
getFilters()
Get 过滤参数
|
Long |
getLimit()
Get 分页限制数目, 最大100,默认20
|
Long |
getOffset()
Get 分页偏移量,从0开始
|
void |
setAccountUin(String AccountUin)
Set 关联账号的uin
|
void |
setFilters(Filter[] Filters)
Set 过滤参数
|
void |
setLimit(Long Limit)
Set 分页限制数目, 最大100,默认20
|
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 DescribeAccountVpcListRequest()
public DescribeAccountVpcListRequest(DescribeAccountVpcListRequest source)
public String getAccountUin()
public void setAccountUin(String AccountUin)
AccountUin
- 关联账号的uinpublic Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页偏移量,从0开始public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页限制数目, 最大100,默认20public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 过滤参数Copyright © 2022. All rights reserved.