public class DescribeDnsRecordsRequest extends AbstractModel
header, skipSign| 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 Valid values: `asc`, and `desc`. | 
| DnsRecordFilter[] | getFilters()Get Query filter | 
| Long | getLimit()Get Limit on paginated queries. | 
| String | getMatch()Get Valid values: `all`, and `any`. | 
| Long | getOffset()Get Offset for paginated queries. | 
| String | getOrder()Get Sorts the order | 
| String | getZoneId()Get Site ID | 
| void | setDirection(String Direction)Set Valid values: `asc`, and `desc`. | 
| void | setFilters(DnsRecordFilter[] Filters)Set Query filter | 
| void | setLimit(Long Limit)Set Limit on paginated queries. | 
| void | setMatch(String Match)Set Valid values: `all`, and `any`. | 
| void | setOffset(Long Offset)Set Offset for paginated queries. | 
| void | setOrder(String Order)Set Sorts the order | 
| void | setZoneId(String ZoneId)Set Site ID | 
| 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 DescribeDnsRecordsRequest()
public DescribeDnsRecordsRequest(DescribeDnsRecordsRequest source)
public DnsRecordFilter[] getFilters()
public void setFilters(DnsRecordFilter[] Filters)
Filters - Query filterpublic String getOrder()
public void setOrder(String Order)
Order - Sorts the orderpublic String getDirection()
public void setDirection(String Direction)
Direction - Valid values: `asc`, and `desc`.public String getMatch()
public void setMatch(String Match)
Match - Valid values: `all`, and `any`.public Long getLimit()
public void setLimit(Long Limit)
Limit - Limit on paginated queries. Default value: 100. Maximum value: 1000.public Long getOffset()
public void setOffset(Long Offset)
Offset - Offset for paginated queries. Default value: 0public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - Site IDCopyright © 2025. All rights reserved.