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 price information | 
| PriceDetail | getDisksPrice()Get Disk price information | 
| PriceDetail | getMemPrice()Get Memory price information | 
| void | setCpuPrice(PriceDetail CpuPrice)Set CPU price information | 
| void | setDisksPrice(PriceDetail DisksPrice)Set Disk price information | 
| void | setMemPrice(PriceDetail MemPrice)Set Memory price information | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic InstancePricesPartDetail()
public InstancePricesPartDetail(InstancePricesPartDetail source)
public PriceDetail getCpuPrice()
public void setCpuPrice(PriceDetail CpuPrice)
CpuPrice - CPU price informationpublic PriceDetail getMemPrice()
public void setMemPrice(PriceDetail MemPrice)
MemPrice - Memory price informationpublic PriceDetail getDisksPrice()
public void setDisksPrice(PriceDetail DisksPrice)
DisksPrice - Disk price informationCopyright © 2024. All rights reserved.