public class SpecPrice extends AbstractModel
Constructor and Description |
---|
SpecPrice() |
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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getRealTotalCost()
Get 优惠后的价格,单位:分
|
String |
getSpecName()
Get 计费项名称
|
Long |
getTotalCost()
Get 原价,单位:分。最大值42亿,超过则返回0
|
void |
setRealTotalCost(Long RealTotalCost)
Set 优惠后的价格,单位:分
|
void |
setSpecName(String SpecName)
Set 计费项名称
|
void |
setTotalCost(Long TotalCost)
Set 原价,单位:分。最大值42亿,超过则返回0
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SpecPrice()
public SpecPrice(SpecPrice source)
public String getSpecName()
public void setSpecName(String SpecName)
SpecName
- 计费项名称public Long getTotalCost()
public void setTotalCost(Long TotalCost)
TotalCost
- 原价,单位:分。最大值42亿,超过则返回0public Long getRealTotalCost()
public void setRealTotalCost(Long RealTotalCost)
RealTotalCost
- 优惠后的价格,单位:分Copyright © 2023. All rights reserved.