public class SubProductPriceDetail extends AbstractModel
header, skipSign
Constructor and Description |
---|
SubProductPriceDetail() |
SubProductPriceDetail(SubProductPriceDetail 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 |
---|---|
Float |
getDiscountValue()
Get 折扣值,=100时表示无折扣,=85时表示8.5折
|
String |
getName()
Get 子产品名称
|
Long |
getRealTotalCost()
Get 折后价,单位:分
|
Long |
getTotalCost()
Get 原价,折扣前价格,单位:分
|
void |
setDiscountValue(Float DiscountValue)
Set 折扣值,=100时表示无折扣,=85时表示8.5折
|
void |
setName(String Name)
Set 子产品名称
|
void |
setRealTotalCost(Long RealTotalCost)
Set 折后价,单位:分
|
void |
setTotalCost(Long TotalCost)
Set 原价,折扣前价格,单位:分
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SubProductPriceDetail()
public SubProductPriceDetail(SubProductPriceDetail source)
public String getName()
public void setName(String Name)
Name
- 子产品名称public Float getDiscountValue()
public void setDiscountValue(Float DiscountValue)
DiscountValue
- 折扣值,=100时表示无折扣,=85时表示8.5折public Long getTotalCost()
public void setTotalCost(Long TotalCost)
TotalCost
- 原价,折扣前价格,单位:分public Long getRealTotalCost()
public void setRealTotalCost(Long RealTotalCost)
RealTotalCost
- 折后价,单位:分Copyright © 2025. All rights reserved.