public class DescribeDomainPriceListRequest extends AbstractModel
Constructor and Description |
---|
DescribeDomainPriceListRequest() |
DescribeDomainPriceListRequest(DescribeDomainPriceListRequest 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 域名的购买类型:new 新购,renew 续费,redem 赎回,tran 转入
|
String[] |
getTldList()
Get 查询价格的后缀列表。默认则为全部后缀
|
Long[] |
getYear()
Get 查询购买的年份,默认会列出所有年份的价格
|
void |
setOperation(String[] Operation)
Set 域名的购买类型:new 新购,renew 续费,redem 赎回,tran 转入
|
void |
setTldList(String[] TldList)
Set 查询价格的后缀列表。默认则为全部后缀
|
void |
setYear(Long[] Year)
Set 查询购买的年份,默认会列出所有年份的价格
|
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 DescribeDomainPriceListRequest()
public DescribeDomainPriceListRequest(DescribeDomainPriceListRequest source)
public String[] getTldList()
public void setTldList(String[] TldList)
TldList
- 查询价格的后缀列表。默认则为全部后缀public Long[] getYear()
public void setYear(Long[] Year)
Year
- 查询购买的年份,默认会列出所有年份的价格public String[] getOperation()
public void setOperation(String[] Operation)
Operation
- 域名的购买类型:new 新购,renew 续费,redem 赎回,tran 转入Copyright © 2021. All rights reserved.