public class InstancePricesPartDetail extends AbstractModel
header, skipSign
Constructor and Description |
---|
InstancePricesPartDetail() |
InstancePricesPartDetail(InstancePricesPartDetail 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 |
---|---|
PriceDetail |
getCpuPrice()
Get cpu的价格信息
|
PriceDetail |
getDisksPrice()
Get 磁盘价格信息
|
PriceDetail |
getMemPrice()
Get 内存价格信息
|
void |
setCpuPrice(PriceDetail CpuPrice)
Set cpu的价格信息
|
void |
setDisksPrice(PriceDetail DisksPrice)
Set 磁盘价格信息
|
void |
setMemPrice(PriceDetail MemPrice)
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, toJsonString
public InstancePricesPartDetail()
public InstancePricesPartDetail(InstancePricesPartDetail source)
public PriceDetail getCpuPrice()
public void setCpuPrice(PriceDetail CpuPrice)
CpuPrice
- cpu的价格信息public PriceDetail getMemPrice()
public void setMemPrice(PriceDetail MemPrice)
MemPrice
- 内存价格信息public PriceDetail getDisksPrice()
public void setDisksPrice(PriceDetail DisksPrice)
DisksPrice
- 磁盘价格信息Copyright © 2024. All rights reserved.