public class ItemPrice extends AbstractModel
header, skipSign| Constructor and Description |
|---|
ItemPrice() |
ItemPrice(ItemPrice 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 |
getAmount()
Get 商品数量
|
String |
getChargeUnit()
Get 单位:时/月
|
Float |
getDiscount()
Get 折扣
|
Float |
getDiscountUnitPrice()
Get 折扣后单价,元
|
Float |
getUnitPrice()
Get 原单价,元
|
void |
setAmount(Long Amount)
Set 商品数量
|
void |
setChargeUnit(String ChargeUnit)
Set 单位:时/月
|
void |
setDiscount(Float Discount)
Set 折扣
|
void |
setDiscountUnitPrice(Float DiscountUnitPrice)
Set 折扣后单价,元
|
void |
setUnitPrice(Float UnitPrice)
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, toJsonStringpublic ItemPrice()
public ItemPrice(ItemPrice source)
public Float getUnitPrice()
public void setUnitPrice(Float UnitPrice)
UnitPrice - 原单价,元public Float getDiscountUnitPrice()
public void setDiscountUnitPrice(Float DiscountUnitPrice)
DiscountUnitPrice - 折扣后单价,元public Float getDiscount()
public void setDiscount(Float Discount)
Discount - 折扣public String getChargeUnit()
public void setChargeUnit(String ChargeUnit)
ChargeUnit - 单位:时/月public Long getAmount()
public void setAmount(Long Amount)
Amount - 商品数量Copyright © 2025. All rights reserved.