public class PrepayPrice extends AbstractModel
Constructor and Description |
---|
PrepayPrice() |
Modifier and Type | Method and Description |
---|---|
String |
getChargeUnit()
Get Billing unit for pay-as-you-go cloud disks.
|
Float |
getDiscountPrice()
Get Discount price of the advanced payment for a prepaid cloud disk or snapshot (in CNY).
|
String |
getDiscountPriceHigh()
Get Highly-precise discounted unit price of a monthly-subscribed cloud disk or a snapshot, in USD.
|
Float |
getOriginalPrice()
Get Original price of the advanced payment for a prepaid cloud disk or snapshot (in CNY).
|
String |
getOriginalPriceHigh()
Get Highly-precise published unit price of a monthly-subscribed cloud disk or a snapshot, in USD.
|
String |
getUnitPrice()
Get Published unit price of a pay-as-you-go cloud disk, in USD.
|
String |
getUnitPriceDiscount()
Get Discount unit price of a pay-as-you-go cloud disk, in USD.
|
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 for pay-as-you-go cloud disks.
|
void |
setDiscountPrice(Float DiscountPrice)
Set Discount price of the advanced payment for a prepaid cloud disk or snapshot (in CNY).
|
void |
setDiscountPriceHigh(String DiscountPriceHigh)
Set Highly-precise discounted unit price of a monthly-subscribed cloud disk or a snapshot, in USD.
|
void |
setOriginalPrice(Float OriginalPrice)
Set Original price of the advanced payment for a prepaid cloud disk or snapshot (in CNY).
|
void |
setOriginalPriceHigh(String OriginalPriceHigh)
Set Highly-precise published unit price of a monthly-subscribed cloud disk or a snapshot, in USD.
|
void |
setUnitPrice(String UnitPrice)
Set Published unit price of a pay-as-you-go cloud disk, in USD.
|
void |
setUnitPriceDiscount(String UnitPriceDiscount)
Set Discount unit price of a pay-as-you-go cloud disk, in USD.
|
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 or snapshot (in CNY).public Float getDiscountPrice()
public void setDiscountPrice(Float DiscountPrice)
DiscountPrice
- Discount price of the advanced payment for a prepaid cloud disk or snapshot (in CNY).public String getOriginalPriceHigh()
public void setOriginalPriceHigh(String OriginalPriceHigh)
OriginalPriceHigh
- Highly-precise published unit price of a monthly-subscribed cloud disk or a snapshot, in USD.public String getDiscountPriceHigh()
public void setDiscountPriceHigh(String DiscountPriceHigh)
DiscountPriceHigh
- Highly-precise discounted unit price of a monthly-subscribed cloud disk or a snapshot, in USD.public String getUnitPrice()
public void setUnitPrice(String UnitPrice)
UnitPrice
- 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 getChargeUnit()
public void setChargeUnit(String ChargeUnit)
ChargeUnit
- Billing unit for pay-as-you-go cloud disks. Valid value: public String getUnitPriceDiscount()
public void setUnitPriceDiscount(String UnitPriceDiscount)
UnitPriceDiscount
- Discount 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 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.