Uses of Class
com.tencentcloudapi.ckafka.v20190819.models.Price
-
Packages that use Price Package Description com.tencentcloudapi.ckafka.v20190819.models -
-
Uses of Price in com.tencentcloudapi.ckafka.v20190819.models
Methods in com.tencentcloudapi.ckafka.v20190819.models that return Price Modifier and Type Method Description PriceZoneResponse. getMessagePrice()Get 后付费消息单价PriceZoneResponse. getUnitPrice()Get 后付费单位价格Methods in com.tencentcloudapi.ckafka.v20190819.models with parameters of type Price Modifier and Type Method Description voidZoneResponse. setMessagePrice(Price MessagePrice)Set 后付费消息单价voidZoneResponse. setUnitPrice(Price UnitPrice)Set 后付费单位价格Constructors in com.tencentcloudapi.ckafka.v20190819.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.
-