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 Cash payment amount
|
String |
getComponentCodeName()
Get Component type name
|
String |
getCost()
Get Original price
|
String |
getDiscount()
Get Discount
|
String |
getIncentivePayAmount()
Get Bonus payment amount
|
String |
getItemCodeName()
Get Component name
|
String |
getPriceUnit()
Get List price unit
|
String |
getRealCost()
Get Discounted price
|
String |
getSinglePrice()
Get List price
|
String |
getUsedAmount()
Get Usage
|
String |
getUsedAmountUnit()
Get Usage unit
|
String |
getVoucherPayAmount()
Get Voucher payment amount
|
void |
setCashPayAmount(String CashPayAmount)
Set Cash payment amount
|
void |
setComponentCodeName(String ComponentCodeName)
Set Component type name
|
void |
setCost(String Cost)
Set Original price
|
void |
setDiscount(String Discount)
Set Discount
|
void |
setIncentivePayAmount(String IncentivePayAmount)
Set Bonus payment amount
|
void |
setItemCodeName(String ItemCodeName)
Set Component name
|
void |
setPriceUnit(String PriceUnit)
Set List price unit
|
void |
setRealCost(String RealCost)
Set Discounted price
|
void |
setSinglePrice(String SinglePrice)
Set List price
|
void |
setUsedAmount(String UsedAmount)
Set Usage
|
void |
setUsedAmountUnit(String UsedAmountUnit)
Set Usage unit
|
void |
setVoucherPayAmount(String VoucherPayAmount)
Set Voucher payment amount
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CostComponentSet()
public CostComponentSet(CostComponentSet source)
public String getComponentCodeName()
public void setComponentCodeName(String ComponentCodeName)
ComponentCodeName
- Component type namepublic String getItemCodeName()
public void setItemCodeName(String ItemCodeName)
ItemCodeName
- Component namepublic String getSinglePrice()
public void setSinglePrice(String SinglePrice)
SinglePrice
- List pricepublic String getPriceUnit()
public void setPriceUnit(String PriceUnit)
PriceUnit
- List price unitpublic String getUsedAmount()
public void setUsedAmount(String UsedAmount)
UsedAmount
- Usagepublic String getUsedAmountUnit()
public void setUsedAmountUnit(String UsedAmountUnit)
UsedAmountUnit
- Usage unitpublic String getCost()
public void setCost(String Cost)
Cost
- Original pricepublic String getDiscount()
public void setDiscount(String Discount)
Discount
- Discountpublic String getRealCost()
public void setRealCost(String RealCost)
RealCost
- Discounted pricepublic String getVoucherPayAmount()
public void setVoucherPayAmount(String VoucherPayAmount)
VoucherPayAmount
- Voucher payment amountpublic String getCashPayAmount()
public void setCashPayAmount(String CashPayAmount)
CashPayAmount
- Cash payment amountpublic String getIncentivePayAmount()
public void setIncentivePayAmount(String IncentivePayAmount)
IncentivePayAmount
- Bonus payment amountCopyright © 2024. All rights reserved.