Uses of Class
com.tencentcloudapi.cbs.v20170312.models.DetailPrice
-
Packages that use DetailPrice Package Description com.tencentcloudapi.cbs.v20170312.models -
-
Uses of DetailPrice in com.tencentcloudapi.cbs.v20170312.models
Methods in com.tencentcloudapi.cbs.v20170312.models that return DetailPrice Modifier and Type Method Description DetailPrice[]PrepayPrice. getDetailPrices()Get 计费项目明细列表。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.cbs.v20170312.models with parameters of type DetailPrice Modifier and Type Method Description voidPrepayPrice. setDetailPrices(DetailPrice[] DetailPrices)Set 计费项目明细列表。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.cbs.v20170312.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.
-