public class DescribeAccelerationDomainsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeAccelerationDomainsRequest() |
DescribeAccelerationDomainsRequest(DescribeAccelerationDomainsRequest 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.
|
String |
getMatch()
Get The match mode.
|
Long |
getOffset()
Get Offset for paginated queries.
|
String |
getOrder()
Get Sort the returned results according to this field.
|
String |
getZoneId()
Get ID of the site related with the acceleration domain name.
|
void |
setDirection(String Direction)
Set Sort direction.
|
void |
setFilters(AdvancedFilter[] Filters)
Set Filter conditions.
|
void |
setLimit(Long Limit)
Set Limit on paginated queries.
|
void |
setMatch(String Match)
Set The match mode.
|
void |
setOffset(Long Offset)
Set Offset for paginated queries.
|
void |
setOrder(String Order)
Set Sort the returned results according to this field.
|
void |
setZoneId(String ZoneId)
Set ID of the site related with the acceleration domain name.
|
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 DescribeAccelerationDomainsRequest()
public DescribeAccelerationDomainsRequest(DescribeAccelerationDomainsRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- ID of the site related with the acceleration domain name.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset for paginated queries. Default value: 0.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Limit on paginated queries. Default value: 20. Maximum value: 200.public AdvancedFilter[] getFilters()
public void setFilters(AdvancedFilter[] Filters)
Filters
- Filter conditions. The maximum value of Filters.Values is 20. If it is not specified, all domains related with the specific zone-id are returned.
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 number, sort by the numeric value. If the field value is text, sort by the ascill code. Values include:
public String getMatch()
public void setMatch(String Match)
Match
- The match mode. Values:
Copyright © 2024. All rights reserved.