public class DealGoodsPriceNewElem extends AbstractModel
Constructor and Description |
---|
DealGoodsPriceNewElem() |
DealGoodsPriceNewElem(DealGoodsPriceNewElem 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 |
getOriginalTotalCost()
Get 原始金额(不含折扣,单位:分)
|
Long |
getRealTotalCost()
Get 实付金额(单位:分)
|
void |
setOriginalTotalCost(Long OriginalTotalCost)
Set 原始金额(不含折扣,单位:分)
|
void |
setRealTotalCost(Long RealTotalCost)
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 DealGoodsPriceNewElem()
public DealGoodsPriceNewElem(DealGoodsPriceNewElem source)
public Long getRealTotalCost()
public void setRealTotalCost(Long RealTotalCost)
RealTotalCost
- 实付金额(单位:分)public Long getOriginalTotalCost()
public void setOriginalTotalCost(Long OriginalTotalCost)
OriginalTotalCost
- 原始金额(不含折扣,单位:分)Copyright © 2021. All rights reserved.