public class InstancePriceDetail extends AbstractModel
header, skipSign
Constructor and Description |
---|
InstancePriceDetail() |
InstancePriceDetail(InstancePriceDetail 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 |
---|---|
DiscountDetail[] |
getDiscountDetail()
Get Tiered-pricing details.
|
String |
getInstanceId()
Get Instance ID.
|
InstancePrice |
getInstancePrice()
Get Price query information.
|
void |
setDiscountDetail(DiscountDetail[] DiscountDetail)
Set Tiered-pricing details.
|
void |
setInstanceId(String InstanceId)
Set Instance ID.
|
void |
setInstancePrice(InstancePrice InstancePrice)
Set Price query information.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public InstancePriceDetail()
public InstancePriceDetail(InstancePriceDetail source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID.
Note: This field may return `null`, indicating that no valid value was found.public InstancePrice getInstancePrice()
public void setInstancePrice(InstancePrice InstancePrice)
InstancePrice
- Price query information.
Note: This field may return `null`, indicating that no valid value was found.public DiscountDetail[] getDiscountDetail()
public void setDiscountDetail(DiscountDetail[] DiscountDetail)
DiscountDetail
- Tiered-pricing details. The information of each tier includes the billable period, discount percentage, total price, discounted price, and discount details (`UserDiscount`, `CommonDiscount` and `FinalDiscount`).
Note: This field may return `null`, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.