Uses of Class
com.tencentcloudapi.lighthouse.v20200324.models.InstancePrice
-
Packages that use InstancePrice Package Description com.tencentcloudapi.lighthouse.v20200324.models -
-
Uses of InstancePrice in com.tencentcloudapi.lighthouse.v20200324.models
Methods in com.tencentcloudapi.lighthouse.v20200324.models that return InstancePrice Modifier and Type Method Description InstancePriceInstancePriceDetail. getInstancePrice()Get 询价信息。 注意:此字段可能返回 null,表示取不到有效值。InstancePricePrice. getInstancePrice()Get 实例价格。Methods in com.tencentcloudapi.lighthouse.v20200324.models with parameters of type InstancePrice Modifier and Type Method Description voidInstancePriceDetail. setInstancePrice(InstancePrice InstancePrice)Set 询价信息。 注意:此字段可能返回 null,表示取不到有效值。voidPrice. setInstancePrice(InstancePrice InstancePrice)Set 实例价格。Constructors in com.tencentcloudapi.lighthouse.v20200324.models with parameters of type InstancePrice Constructor Description InstancePrice(InstancePrice 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.
-