public class DescribeIntlDomainListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeIntlDomainListRequest() |
DescribeIntlDomainListRequest(DescribeIntlDomainListRequest 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 |
---|---|
Long |
getDnsStatus()
Get The DNS type.
|
String |
getKeyWord()
Get The domain keyword for fuzzy search.
|
Long |
getLimit()
Get The number of records on each page in pagination cases.
|
Long |
getOffset()
Get The page number in pagination cases.
|
Long |
getOrderByDomainName()
Get The domain sort order.
|
Long |
getOrderByExpireTime()
Get The expiration time sort order.
|
Long |
getOrderByRegTime()
Get The registration time sort order.
|
String |
getStatus()
Get The domain status.
|
void |
setDnsStatus(Long DnsStatus)
Set The DNS type.
|
void |
setKeyWord(String KeyWord)
Set The domain keyword for fuzzy search.
|
void |
setLimit(Long Limit)
Set The number of records on each page in pagination cases.
|
void |
setOffset(Long Offset)
Set The page number in pagination cases.
|
void |
setOrderByDomainName(Long OrderByDomainName)
Set The domain sort order.
|
void |
setOrderByExpireTime(Long OrderByExpireTime)
Set The expiration time sort order.
|
void |
setOrderByRegTime(Long OrderByRegTime)
Set The registration time sort order.
|
void |
setStatus(String Status)
Set The domain status.
|
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 DescribeIntlDomainListRequest()
public DescribeIntlDomainListRequest(DescribeIntlDomainListRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset
- The page number in pagination cases.public Long getLimit()
public void setLimit(Long Limit)
Limit
- The number of records on each page in pagination cases.public String getKeyWord()
public void setKeyWord(String KeyWord)
KeyWord
- The domain keyword for fuzzy search.public Long getOrderByRegTime()
public void setOrderByRegTime(Long OrderByRegTime)
OrderByRegTime
- The registration time sort order. Valid values: `1` (descending), `2` (ascending).public Long getOrderByExpireTime()
public void setOrderByExpireTime(Long OrderByExpireTime)
OrderByExpireTime
- The expiration time sort order. Valid values: `1` (descending), `2` (ascending).public String getStatus()
public void setStatus(String Status)
Status
- The domain status.
`all`: All domains.
`UrgentNeedRenew`: The domains that are in urgent need of renewal.
`RedemptionPending`: The domains that are in urgent need of redemption.
`nosubmit`: The domains with unverified identities.
`tran`: The domains that are being transferred in.public Long getDnsStatus()
public void setDnsStatus(Long DnsStatus)
DnsStatus
- The DNS type. Valid values: `1` (DNSPod), `2` (others).public Long getOrderByDomainName()
public void setOrderByDomainName(Long OrderByDomainName)
OrderByDomainName
- The domain sort order. Valid values: `1` (descending), `2` (ascending).Copyright © 2024. All rights reserved.