Class SpecPrice
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tione.v20211111.models.SpecPrice
-
public class SpecPrice 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 LonggetRealTotalCost()Get 优惠后的价格,单位:分LonggetSpecCount()Get 计费项数量StringgetSpecName()Get 计费项名称LonggetTotalCost()Get 原价,单位:分。最大值42亿,超过则返回0voidsetRealTotalCost(Long RealTotalCost)Set 优惠后的价格,单位:分voidsetSpecCount(Long SpecCount)Set 计费项数量voidsetSpecName(String SpecName)Set 计费项名称voidsetTotalCost(Long TotalCost)Set 原价,单位:分。最大值42亿,超过则返回0voidtoMap(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
-
SpecPrice
public SpecPrice()
-
SpecPrice
public SpecPrice(SpecPrice 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
-
getSpecName
public String getSpecName()
Get 计费项名称- Returns:
- SpecName 计费项名称
-
setSpecName
public void setSpecName(String SpecName)
Set 计费项名称- Parameters:
SpecName- 计费项名称
-
getTotalCost
public Long getTotalCost()
Get 原价,单位:分。最大值42亿,超过则返回0- Returns:
- TotalCost 原价,单位:分。最大值42亿,超过则返回0
-
setTotalCost
public void setTotalCost(Long TotalCost)
Set 原价,单位:分。最大值42亿,超过则返回0- Parameters:
TotalCost- 原价,单位:分。最大值42亿,超过则返回0
-
getRealTotalCost
public Long getRealTotalCost()
Get 优惠后的价格,单位:分- Returns:
- RealTotalCost 优惠后的价格,单位:分
-
setRealTotalCost
public void setRealTotalCost(Long RealTotalCost)
Set 优惠后的价格,单位:分- Parameters:
RealTotalCost- 优惠后的价格,单位:分
-
getSpecCount
public Long getSpecCount()
Get 计费项数量- Returns:
- SpecCount 计费项数量
-
setSpecCount
public void setSpecCount(Long SpecCount)
Set 计费项数量- Parameters:
SpecCount- 计费项数量
-
-