Uses of Class
com.tencentcloudapi.ecm.v20190719.models.PriceDetail
-
Packages that use PriceDetail Package Description com.tencentcloudapi.ecm.v20190719.models -
-
Uses of PriceDetail in com.tencentcloudapi.ecm.v20190719.models
Methods in com.tencentcloudapi.ecm.v20190719.models that return PriceDetail Modifier and Type Method Description PriceDetailInstancePricesPartDetail. getCpuPrice()Get cpu的价格信息PriceDetailInstancePricesPartDetail. getDisksPrice()Get 磁盘价格信息PriceDetailInstancePricesPartDetail. getMemPrice()Get 内存价格信息Methods in com.tencentcloudapi.ecm.v20190719.models with parameters of type PriceDetail Modifier and Type Method Description voidInstancePricesPartDetail. setCpuPrice(PriceDetail CpuPrice)Set cpu的价格信息voidInstancePricesPartDetail. setDisksPrice(PriceDetail DisksPrice)Set 磁盘价格信息voidInstancePricesPartDetail. setMemPrice(PriceDetail MemPrice)Set 内存价格信息Constructors in com.tencentcloudapi.ecm.v20190719.models with parameters of type PriceDetail Constructor Description PriceDetail(PriceDetail 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.
-