public static class DescribeSavingsPlanPriceResponseBody.DescribeSavingsPlanPriceResponseBodyPriceInfoPrice
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
currency |
Float |
discountPrice |
Float |
originalPrice |
Float |
tradePrice |
构造器和说明 |
---|
DescribeSavingsPlanPriceResponseBodyPriceInfoPrice() |
@NameInMap(value="Currency") public String currency
@NameInMap(value="DiscountPrice") public Float discountPrice
@NameInMap(value="OriginalPrice") public Float originalPrice
@NameInMap(value="TradePrice") public Float tradePrice
public DescribeSavingsPlanPriceResponseBodyPriceInfoPrice()
public static DescribeSavingsPlanPriceResponseBody.DescribeSavingsPlanPriceResponseBodyPriceInfoPrice build(Map<String,?> map) throws Exception
Exception
public DescribeSavingsPlanPriceResponseBody.DescribeSavingsPlanPriceResponseBodyPriceInfoPrice setCurrency(String currency)
public String getCurrency()
public DescribeSavingsPlanPriceResponseBody.DescribeSavingsPlanPriceResponseBodyPriceInfoPrice setDiscountPrice(Float discountPrice)
public Float getDiscountPrice()
public DescribeSavingsPlanPriceResponseBody.DescribeSavingsPlanPriceResponseBodyPriceInfoPrice setOriginalPrice(Float originalPrice)
public Float getOriginalPrice()
public DescribeSavingsPlanPriceResponseBody.DescribeSavingsPlanPriceResponseBodyPriceInfoPrice setTradePrice(Float tradePrice)
public Float getTradePrice()
Copyright © 2024. All rights reserved.