public class DetailPrice extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DetailPrice()  | 
DetailPrice(DetailPrice 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 | 
|---|---|
Float | 
getDiscount()
Get Discount of the billable item 
 | 
Float | 
getDiscountPrice()
Get Discounted total price of the billable item 
 | 
Float | 
getOriginalPrice()
Get Official total price of the billable item 
 | 
Float | 
getOriginUnitPrice()
Get Official unit price of the billable item 
 | 
String | 
getPriceName()
Get Values: 
"DiskSpace": Cloud disk space
"DiskBackupQuota": Cloud disk backups 
 | 
void | 
setDiscount(Float Discount)
Set Discount of the billable item 
 | 
void | 
setDiscountPrice(Float DiscountPrice)
Set Discounted total price of the billable item 
 | 
void | 
setOriginalPrice(Float OriginalPrice)
Set Official total price of the billable item 
 | 
void | 
setOriginUnitPrice(Float OriginUnitPrice)
Set Official unit price of the billable item 
 | 
void | 
setPriceName(String PriceName)
Set Values: 
"DiskSpace": Cloud disk space
"DiskBackupQuota": Cloud disk backups 
 | 
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, toJsonStringpublic DetailPrice()
public DetailPrice(DetailPrice source)
public String getPriceName()
public void setPriceName(String PriceName)
PriceName - Values: 
public Float getOriginUnitPrice()
public void setOriginUnitPrice(Float OriginUnitPrice)
OriginUnitPrice - Official unit price of the billable itempublic Float getOriginalPrice()
public void setOriginalPrice(Float OriginalPrice)
OriginalPrice - Official total price of the billable itempublic Float getDiscount()
public void setDiscount(Float Discount)
Discount - Discount of the billable itempublic Float getDiscountPrice()
public void setDiscountPrice(Float DiscountPrice)
DiscountPrice - Discounted total price of the billable itemCopyright © 2025. All rights reserved.