public class InstancesPrice extends AbstractModel
Constructor and Description |
---|
InstancesPrice() |
InstancesPrice(InstancesPrice 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 |
---|---|
Long |
getDiscount()
Get Discount on the total instance price
|
Long |
getDiscountPrice()
Get Discounted price
|
InstancePricesPartDetail |
getInstancePricesPartDetail()
Get Instance price details
|
Long |
getOriginalPrice()
Get Original cost
|
void |
setDiscount(Long Discount)
Set Discount on the total instance price
|
void |
setDiscountPrice(Long DiscountPrice)
Set Discounted price
|
void |
setInstancePricesPartDetail(InstancePricesPartDetail InstancePricesPartDetail)
Set Instance price details
|
void |
setOriginalPrice(Long OriginalPrice)
Set Original cost
|
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 InstancesPrice()
public InstancesPrice(InstancesPrice source)
public InstancePricesPartDetail getInstancePricesPartDetail()
public void setInstancePricesPartDetail(InstancePricesPartDetail InstancePricesPartDetail)
InstancePricesPartDetail
- Instance price detailspublic Long getDiscount()
public void setDiscount(Long Discount)
Discount
- Discount on the total instance pricepublic Long getDiscountPrice()
public void setDiscountPrice(Long DiscountPrice)
DiscountPrice
- Discounted pricepublic Long getOriginalPrice()
public void setOriginalPrice(Long OriginalPrice)
OriginalPrice
- Original costCopyright © 2023. All rights reserved.