public class Price extends AbstractModel
Constructor and Description |
---|
Price() |
Price(Price 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 |
---|---|
ItemPrice |
getBandwidthPrice()
Get 描述了网络价格。
|
ItemPrice |
getInstancePrice()
Get 描述了实例价格。
|
void |
setBandwidthPrice(ItemPrice BandwidthPrice)
Set 描述了网络价格。
|
void |
setInstancePrice(ItemPrice InstancePrice)
Set 描述了实例价格。
|
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 Price()
public Price(Price source)
public ItemPrice getInstancePrice()
public void setInstancePrice(ItemPrice InstancePrice)
InstancePrice
- 描述了实例价格。public ItemPrice getBandwidthPrice()
public void setBandwidthPrice(ItemPrice BandwidthPrice)
BandwidthPrice
- 描述了网络价格。Copyright © 2021. All rights reserved.