public class Price extends AbstractModel
Constructor and Description |
---|
Price() |
Modifier and Type | Method and Description |
---|---|
String |
getChargeUnit()
Get Billing unit of a postpaid cloud disk.
|
Float |
getDiscountPrice()
Get Discount price of the advanced payment for a prepaid cloud disk (in CNY).
|
String |
getDiscountPriceHigh()
Get Highly-precise discounted unit price of a monthly-subscribed cloud disk, in USD.
|
Float |
getOriginalPrice()
Get Original price of the advanced payment for a prepaid cloud disk (in CNY).
|
String |
getOriginalPriceHigh()
Get Highly-precise published unit price of a monthly-subscribed cloud disk, in USD.
|
Float |
getUnitPrice()
Get Original unit price of a postpaid cloud disk (in CNY).
|
Float |
getUnitPriceDiscount()
Get Postpaid cloud disk discount price.
|
String |
getUnitPriceDiscountHigh()
Get Highly-precise discounted unit price of a pay-as-you-go cloud disk, in USD.
|
String |
getUnitPriceHigh()
Get Highly-precise published unit price of a pay-as-you-go cloud disk, in USD.
|
void |
setChargeUnit(String ChargeUnit)
Set Billing unit of a postpaid cloud disk.
|
void |
setDiscountPrice(Float DiscountPrice)
Set Discount price of the advanced payment for a prepaid cloud disk (in CNY).
|
void |
setDiscountPriceHigh(String DiscountPriceHigh)
Set Highly-precise discounted unit price of a monthly-subscribed cloud disk, in USD.
|
void |
setOriginalPrice(Float OriginalPrice)
Set Original price of the advanced payment for a prepaid cloud disk (in CNY).
|
void |
setOriginalPriceHigh(String OriginalPriceHigh)
Set Highly-precise published unit price of a monthly-subscribed cloud disk, in USD.
|
void |
setUnitPrice(Float UnitPrice)
Set Original unit price of a postpaid cloud disk (in CNY).
|
void |
setUnitPriceDiscount(Float UnitPriceDiscount)
Set Postpaid cloud disk discount price.
|
void |
setUnitPriceDiscountHigh(String UnitPriceDiscountHigh)
Set Highly-precise discounted unit price of a pay-as-you-go cloud disk, in USD.
|
void |
setUnitPriceHigh(String UnitPriceHigh)
Set Highly-precise published unit price of a pay-as-you-go cloud disk, in USD.
|
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 Float getOriginalPrice()
public void setOriginalPrice(Float OriginalPrice)
OriginalPrice
- Original price of the advanced payment for a prepaid cloud disk (in CNY).
Note: This field may return null, indicating that no valid value was found.public Float getDiscountPrice()
public void setDiscountPrice(Float DiscountPrice)
DiscountPrice
- Discount price of the advanced payment for a prepaid cloud disk (in CNY).
Note: This field may return null, indicating that no valid value was found.public Float getUnitPrice()
public void setUnitPrice(Float UnitPrice)
UnitPrice
- Original unit price of a postpaid cloud disk (in CNY).
Note: This field may return null, indicating that no valid value was found.public String getChargeUnit()
public void setChargeUnit(String ChargeUnit)
ChargeUnit
- Billing unit of a postpaid cloud disk. Value range: public Float getUnitPriceDiscount()
public void setUnitPriceDiscount(Float UnitPriceDiscount)
UnitPriceDiscount
- Postpaid cloud disk discount price. Unit: CNY.
Note: This field may return null, indicating that no valid value was found.public String getOriginalPriceHigh()
public void setOriginalPriceHigh(String OriginalPriceHigh)
OriginalPriceHigh
- Highly-precise published unit price of a monthly-subscribed cloud disk, in USD.
Note: this field may return `null`, indicating that no valid values can be obtained.public String getDiscountPriceHigh()
public void setDiscountPriceHigh(String DiscountPriceHigh)
DiscountPriceHigh
- Highly-precise discounted unit price of a monthly-subscribed cloud disk, in USD.
Note: this field may return `null`, indicating that no valid values can be obtained.public String getUnitPriceHigh()
public void setUnitPriceHigh(String UnitPriceHigh)
UnitPriceHigh
- Highly-precise published unit price of a pay-as-you-go cloud disk, in USD.
Note: this field may return `null`, indicating that no valid values can be obtained.public String getUnitPriceDiscountHigh()
public void setUnitPriceDiscountHigh(String UnitPriceDiscountHigh)
UnitPriceDiscountHigh
- Highly-precise discounted unit price of a pay-as-you-go cloud disk, in USD.
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.