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 |
---|---|
String |
getDirection()
Get Sort direction.
|
AdvancedFilter[] |
getFilters()
Get Filter conditions.
|
Long |
getLimit()
Get Limit on paginated queries.
|
Long |
getOffset()
Get The page offset.
|
String |
getOrder()
Get Sort the returned results according to this field.
|
void |
setDirection(String Direction)
Set Sort direction.
|
void |
setFilters(AdvancedFilter[] Filters)
Set Filter conditions.
|
void |
setLimit(Long Limit)
Set Limit on paginated queries.
|
void |
setOffset(Long Offset)
Set The page offset.
|
void |
setOrder(String Order)
Set Sort the returned results according to this field.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeZonesRequest()
public DescribeZonesRequest(DescribeZonesRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset
- The page offset. Default value: 0public Long getLimit()
public void setLimit(Long Limit)
Limit
- Limit on paginated queries. Default value: 20. Maximum value: 100.public AdvancedFilter[] getFilters()
public void setFilters(AdvancedFilter[] Filters)
Filters
- Filter conditions. Up to 20 values for each filter. If this parameter is not filled in, the information of all sites under the current account is returned. Detailed filtering conditions are as follows:
public String getOrder()
public void setOrder(String Order)
Order
- Sort the returned results according to this field. Values include:
public String getDirection()
public void setDirection(String Direction)
Direction
- Sort direction. If the field value is a number, sort by the numeric value. If the field value is text, sort by the ascill code. Values include:
Copyright © 2024. All rights reserved.