public class PriceResult extends AbstractModel
header, skipSign
Constructor and Description |
---|
PriceResult() |
PriceResult(PriceResult 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 |
getDiscountCost()
Get 折扣价
|
Float |
getOriginalCost()
Get 原价
|
void |
setDiscountCost(Float DiscountCost)
Set 折扣价
|
void |
setOriginalCost(Float OriginalCost)
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 PriceResult()
public PriceResult(PriceResult source)
public Float getOriginalCost()
public void setOriginalCost(Float OriginalCost)
OriginalCost
- 原价public Float getDiscountCost()
public void setDiscountCost(Float DiscountCost)
DiscountCost
- 折扣价Copyright © 2025. All rights reserved.