Uses of Class
com.tencentcloudapi.lighthouse.v20200324.models.DetailPrice
-
Packages that use DetailPrice Package Description com.tencentcloudapi.lighthouse.v20200324.models -
-
Uses of DetailPrice in com.tencentcloudapi.lighthouse.v20200324.models
Methods in com.tencentcloudapi.lighthouse.v20200324.models that return DetailPrice Modifier and Type Method Description DetailPrice[]DiskPrice. getDetailPrices()Get 计费项目明细列表。Methods in com.tencentcloudapi.lighthouse.v20200324.models with parameters of type DetailPrice Modifier and Type Method Description voidDiskPrice. setDetailPrices(DetailPrice[] DetailPrices)Set 计费项目明细列表。Constructors in com.tencentcloudapi.lighthouse.v20200324.models with parameters of type DetailPrice Constructor Description DetailPrice(DetailPrice 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.
-