public class DescribeDomainPriceListRequest extends AbstractModel
Constructor and Description |
---|
DescribeDomainPriceListRequest() |
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 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 © 2020. All rights reserved.