public class DescribeIntlDomainPriceNewListRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeIntlDomainPriceNewListRequest() |
DescribeIntlDomainPriceNewListRequest(DescribeIntlDomainPriceNewListRequest 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[] |
getOperation()
Get The domain purchase type.
|
String[] |
getTldList()
Get The list of domain suffixes for which you want to query prices.
|
Long[] |
getYear()
Get The purchase year of the domains for which you want to query prices.
|
void |
setOperation(String[] Operation)
Set The domain purchase type.
|
void |
setTldList(String[] TldList)
Set The list of domain suffixes for which you want to query prices.
|
void |
setYear(Long[] Year)
Set The purchase year of the domains for which you want to query prices.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeIntlDomainPriceNewListRequest()
public DescribeIntlDomainPriceNewListRequest(DescribeIntlDomainPriceNewListRequest source)
public String[] getTldList()
public void setTldList(String[] TldList)
TldList
- The list of domain suffixes for which you want to query prices. This parameter defaults to all suffixes.public Long[] getYear()
public void setYear(Long[] Year)
Year
- The purchase year of the domains for which you want to query prices. This parameter defaults to all years.public String[] getOperation()
public void setOperation(String[] Operation)
Operation
- The domain purchase type. Valid values: `new`, `renew`, `redem` (redeem), `tran` (transfer in).Copyright © 2023. All rights reserved.