Class Price
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ckafka.v20190819.models.Price
-
public class Price extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatgetRealTotalCost()Get 折扣价FloatgetTotalCost()Get 原价voidsetRealTotalCost(Float RealTotalCost)Set 折扣价voidsetTotalCost(Float TotalCost)Set 原价voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
Price
public Price()
-
Price
public 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.
-
-
Method Detail
-
getRealTotalCost
public Float getRealTotalCost()
Get 折扣价- Returns:
- RealTotalCost 折扣价
-
setRealTotalCost
public void setRealTotalCost(Float RealTotalCost)
Set 折扣价- Parameters:
RealTotalCost- 折扣价
-
getTotalCost
public Float getTotalCost()
Get 原价- Returns:
- TotalCost 原价
-
setTotalCost
public void setTotalCost(Float TotalCost)
Set 原价- Parameters:
TotalCost- 原价
-
-