public class PriceInfoNew extends AbstractModel
Constructor and Description |
---|
PriceInfoNew() |
PriceInfoNew(PriceInfoNew 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.
|
Float |
getPrice()
Get The original price of the domain.
|
Float |
getRealPrice()
Get The current price of the domain.
|
String |
getTitle()
Get The title.
|
String |
getTld()
Get The domain suffix, such as `.com`.
|
Long |
getYear()
Get The purchase years.
|
void |
setOperation(String Operation)
Set The domain purchase type.
|
void |
setPrice(Float Price)
Set The original price of the domain.
|
void |
setRealPrice(Float RealPrice)
Set The current price of the domain.
|
void |
setTitle(String Title)
Set The title.
|
void |
setTld(String Tld)
Set The domain suffix, such as `.com`.
|
void |
setYear(Long Year)
Set The purchase years.
|
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 PriceInfoNew()
public PriceInfoNew(PriceInfoNew source)
public String getTld()
public void setTld(String Tld)
Tld
- The domain suffix, such as `.com`.public Long getYear()
public void setYear(Long Year)
Year
- The purchase years. Value range: [1-10]public Float getPrice()
public void setPrice(Float Price)
Price
- The original price of the domain.public Float getRealPrice()
public void setRealPrice(Float RealPrice)
RealPrice
- The current price of the domain.public String getOperation()
public void setOperation(String Operation)
Operation
- The domain purchase type. Valid values: `new`, `renew`, `redem` (redeem), `tran` (transfer in).public String getTitle()
public void setTitle(String Title)
Title
- The title.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.