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 Query condition filter, which supports complex type. 
 | 
Long | 
getLimit()
Get Pagination parameter, which specifies the number of sites returned in each page. 
 | 
Long | 
getOffset()
Get Pagination parameter, which specifies the offset. 
 | 
void | 
setFilters(ZoneFilter[] Filters)
Set Query condition filter, which supports complex type. 
 | 
void | 
setLimit(Long Limit)
Set Pagination parameter, which specifies the number of sites returned in each page. 
 | 
void | 
setOffset(Long Offset)
Set Pagination parameter, which specifies the offset. 
 | 
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 - Pagination parameter, which specifies the offset.public Long getLimit()
public void setLimit(Long Limit)
Limit - Pagination parameter, which specifies the number of sites returned in each page.public ZoneFilter[] getFilters()
public void setFilters(ZoneFilter[] Filters)
Filters - Query condition filter, which supports complex type.Copyright © 2025. All rights reserved.