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