Uses of Class
com.tencentcloudapi.lighthouse.v20200324.models.InstancePriceDetail
-
Packages that use InstancePriceDetail Package Description com.tencentcloudapi.lighthouse.v20200324.models -
-
Uses of InstancePriceDetail in com.tencentcloudapi.lighthouse.v20200324.models
Methods in com.tencentcloudapi.lighthouse.v20200324.models that return InstancePriceDetail Modifier and Type Method Description InstancePriceDetail[]InquirePriceRenewInstancesResponse. getInstancePriceDetailSet()Get 待续费实例价格列表。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.lighthouse.v20200324.models with parameters of type InstancePriceDetail Modifier and Type Method Description voidInquirePriceRenewInstancesResponse. setInstancePriceDetailSet(InstancePriceDetail[] InstancePriceDetailSet)Set 待续费实例价格列表。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.lighthouse.v20200324.models with parameters of type InstancePriceDetail Constructor Description InstancePriceDetail(InstancePriceDetail 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.
-