Uses of Class
com.tencentcloudapi.lighthouse.v20200324.models.Price
-
Packages that use Price Package Description com.tencentcloudapi.lighthouse.v20200324.models -
-
Uses of Price in com.tencentcloudapi.lighthouse.v20200324.models
Methods in com.tencentcloudapi.lighthouse.v20200324.models that return Price Modifier and Type Method Description PriceModifyBundle. getModifyPrice()Get 更改实例套餐后需要补的差价。PriceBundle. getPrice()Get 套餐当前单位价格信息。PriceInquirePriceCreateInstancesResponse. getPrice()Get 询价信息。PriceInquirePriceRenewInstancesResponse. getPrice()Get 询价信息。默认为列表中第一个实例的价格信息。Methods in com.tencentcloudapi.lighthouse.v20200324.models with parameters of type Price Modifier and Type Method Description voidModifyBundle. setModifyPrice(Price ModifyPrice)Set 更改实例套餐后需要补的差价。voidBundle. setPrice(Price Price)Set 套餐当前单位价格信息。voidInquirePriceCreateInstancesResponse. setPrice(Price Price)Set 询价信息。voidInquirePriceRenewInstancesResponse. setPrice(Price Price)Set 询价信息。默认为列表中第一个实例的价格信息。Constructors in com.tencentcloudapi.lighthouse.v20200324.models with parameters of type Price Constructor Description 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.
-