public class DescribeDnsRecordsRequest extends AbstractModel
Constructor and Description |
---|
DescribeDnsRecordsRequest() |
DescribeDnsRecordsRequest(DescribeDnsRecordsRequest 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 可选值 asc, desc
|
DnsRecordFilter[] |
getFilters()
Get 查询条件过滤器
|
Long |
getLimit()
Get 分页查询限制数目,默认为 100,最大可设置为 1000
|
String |
getMatch()
Get 可选值 all, any
|
Long |
getOffset()
Get 分页查询偏移量,默认为 0
|
String |
getOrder()
Get 排序
|
String |
getZoneId()
Get 站点 ID
|
void |
setDirection(String Direction)
Set 可选值 asc, desc
|
void |
setFilters(DnsRecordFilter[] Filters)
Set 查询条件过滤器
|
void |
setLimit(Long Limit)
Set 分页查询限制数目,默认为 100,最大可设置为 1000
|
void |
setMatch(String Match)
Set 可选值 all, any
|
void |
setOffset(Long Offset)
Set 分页查询偏移量,默认为 0
|
void |
setOrder(String Order)
Set 排序
|
void |
setZoneId(String ZoneId)
Set 站点 ID
|
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 DescribeDnsRecordsRequest()
public DescribeDnsRecordsRequest(DescribeDnsRecordsRequest source)
public DnsRecordFilter[] getFilters()
public void setFilters(DnsRecordFilter[] Filters)
Filters
- 查询条件过滤器public String getOrder()
public void setOrder(String Order)
Order
- 排序public String getDirection()
public void setDirection(String Direction)
Direction
- 可选值 asc, descpublic String getMatch()
public void setMatch(String Match)
Match
- 可选值 all, anypublic Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页查询限制数目,默认为 100,最大可设置为 1000public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页查询偏移量,默认为 0public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- 站点 IDCopyright © 2022. All rights reserved.