public class PriceInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
PriceInfo() |
PriceInfo(PriceInfo 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 商品的购买类型,新购,续费,赎回,转入,续费并转入
|
Long |
getPrice()
Get 域名原价
|
Long |
getRealPrice()
Get 域名现价
|
String |
getTld()
Get 域名后缀,例如.com
|
Long |
getYear()
Get 购买年限,范围[1-10]
|
void |
setOperation(String Operation)
Set 商品的购买类型,新购,续费,赎回,转入,续费并转入
|
void |
setPrice(Long Price)
Set 域名原价
|
void |
setRealPrice(Long RealPrice)
Set 域名现价
|
void |
setTld(String Tld)
Set 域名后缀,例如.com
|
void |
setYear(Long Year)
Set 购买年限,范围[1-10]
|
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, toJsonString
public PriceInfo()
public PriceInfo(PriceInfo source)
public String getTld()
public void setTld(String Tld)
Tld
- 域名后缀,例如.compublic Long getYear()
public void setYear(Long Year)
Year
- 购买年限,范围[1-10]public Long getPrice()
public void setPrice(Long Price)
Price
- 域名原价public Long getRealPrice()
public void setRealPrice(Long RealPrice)
RealPrice
- 域名现价public String getOperation()
public void setOperation(String Operation)
Operation
- 商品的购买类型,新购,续费,赎回,转入,续费并转入Copyright © 2024. All rights reserved.