public class Price extends AbstractModel
Constructor and Description |
---|
Price() |
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.
|
Modifier and Type | Method and Description |
---|---|
Float |
getDiscountPrice()
Get 原价,单位:元
|
Float |
getOriginalPrice()
Get 折扣价,单位:元
|
void |
setDiscountPrice(Float DiscountPrice)
Set 原价,单位:元
|
void |
setOriginalPrice(Float OriginalPrice)
Set 折扣价,单位:元
|
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 Price()
public Price(Price source)
public Float getDiscountPrice()
public void setDiscountPrice(Float DiscountPrice)
DiscountPrice
- 原价,单位:元public Float getOriginalPrice()
public void setOriginalPrice(Float OriginalPrice)
OriginalPrice
- 折扣价,单位:元Copyright © 2021. All rights reserved.