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 折扣梯度详情,每个梯度包含的信息有:时长,折扣数,总价,折扣价,折扣详情(用户折扣、官网折扣、最终折扣)。 | 
| String | getInstanceId()Get 实例ID。 | 
| InstancePrice | getInstancePrice()Get 询价信息。 | 
| void | setDiscountDetail(DiscountDetail[] DiscountDetail)Set 折扣梯度详情,每个梯度包含的信息有:时长,折扣数,总价,折扣价,折扣详情(用户折扣、官网折扣、最终折扣)。 | 
| void | setInstanceId(String InstanceId)Set 实例ID。 | 
| void | setInstancePrice(InstancePrice InstancePrice)Set 询价信息。 | 
| 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 InstancePriceDetail()
public InstancePriceDetail(InstancePriceDetail source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - 实例ID。public InstancePrice getInstancePrice()
public void setInstancePrice(InstancePrice InstancePrice)
InstancePrice - 询价信息。public DiscountDetail[] getDiscountDetail()
public void setDiscountDetail(DiscountDetail[] DiscountDetail)
DiscountDetail - 折扣梯度详情,每个梯度包含的信息有:时长,折扣数,总价,折扣价,折扣详情(用户折扣、官网折扣、最终折扣)。Copyright © 2025. All rights reserved.