public class CostComponentSet extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CostComponentSet() | 
| CostComponentSet(CostComponentSet 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 | 
|---|---|
| String | getCashPayAmount()Get 现金支付金额 | 
| String | getComponentCodeName()Get 组件类型名称 | 
| String | getCost()Get 原价 | 
| String | getDiscount()Get 折扣 | 
| String | getIncentivePayAmount()Get 赠送金支付金额 | 
| String | getItemCodeName()Get 组件名称 | 
| String | getPriceUnit()Get 刊例价单位 | 
| String | getRealCost()Get 折后价 | 
| String | getSinglePrice()Get 刊例价 | 
| String | getUsedAmount()Get 用量 | 
| String | getUsedAmountUnit()Get 用量单位 | 
| String | getVoucherPayAmount()Get 代金券支付金额 | 
| void | setCashPayAmount(String CashPayAmount)Set 现金支付金额 | 
| void | setComponentCodeName(String ComponentCodeName)Set 组件类型名称 | 
| void | setCost(String Cost)Set 原价 | 
| void | setDiscount(String Discount)Set 折扣 | 
| void | setIncentivePayAmount(String IncentivePayAmount)Set 赠送金支付金额 | 
| void | setItemCodeName(String ItemCodeName)Set 组件名称 | 
| void | setPriceUnit(String PriceUnit)Set 刊例价单位 | 
| void | setRealCost(String RealCost)Set 折后价 | 
| void | setSinglePrice(String SinglePrice)Set 刊例价 | 
| void | setUsedAmount(String UsedAmount)Set 用量 | 
| void | setUsedAmountUnit(String UsedAmountUnit)Set 用量单位 | 
| void | setVoucherPayAmount(String VoucherPayAmount)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 CostComponentSet()
public CostComponentSet(CostComponentSet source)
public String getComponentCodeName()
public void setComponentCodeName(String ComponentCodeName)
ComponentCodeName - 组件类型名称public String getItemCodeName()
public void setItemCodeName(String ItemCodeName)
ItemCodeName - 组件名称public String getSinglePrice()
public void setSinglePrice(String SinglePrice)
SinglePrice - 刊例价public String getPriceUnit()
public void setPriceUnit(String PriceUnit)
PriceUnit - 刊例价单位public String getUsedAmount()
public void setUsedAmount(String UsedAmount)
UsedAmount - 用量public String getUsedAmountUnit()
public void setUsedAmountUnit(String UsedAmountUnit)
UsedAmountUnit - 用量单位public String getCost()
public void setCost(String Cost)
Cost - 原价public String getDiscount()
public void setDiscount(String Discount)
Discount - 折扣public String getRealCost()
public void setRealCost(String RealCost)
RealCost - 折后价public String getVoucherPayAmount()
public void setVoucherPayAmount(String VoucherPayAmount)
VoucherPayAmount - 代金券支付金额public String getCashPayAmount()
public void setCashPayAmount(String CashPayAmount)
CashPayAmount - 现金支付金额public String getIncentivePayAmount()
public void setIncentivePayAmount(String IncentivePayAmount)
IncentivePayAmount - 赠送金支付金额Copyright © 2025. All rights reserved.