public class DescribeZonesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeZonesRequest() | 
| DescribeZonesRequest(DescribeZonesRequest 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 | 
|---|---|
| ZoneFilter[] | getFilters()Get 查询条件过滤器,复杂类型。 | 
| Long | getLimit()Get 分页查询限制数目。默认值:1000,最大值:1000。 | 
| Long | getOffset()Get 分页查询偏移量。默认值:0,最小值:0。 | 
| void | setFilters(ZoneFilter[] Filters)Set 查询条件过滤器,复杂类型。 | 
| void | setLimit(Long Limit)Set 分页查询限制数目。默认值:1000,最大值:1000。 | 
| void | setOffset(Long Offset)Set 分页查询偏移量。默认值:0,最小值:0。 | 
| 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 DescribeZonesRequest()
public DescribeZonesRequest(DescribeZonesRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset - 分页查询偏移量。默认值:0,最小值:0。public Long getLimit()
public void setLimit(Long Limit)
Limit - 分页查询限制数目。默认值:1000,最大值:1000。public ZoneFilter[] getFilters()
public void setFilters(ZoneFilter[] Filters)
Filters - 查询条件过滤器,复杂类型。Copyright © 2025. All rights reserved.