public class BillDetailComponent extends AbstractModel
Constructor and Description |
---|
BillDetailComponent() |
BillDetailComponent(BillDetailComponent 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 |
getComponentCode()
Get 组件名称代码
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getComponentCodeName()
Get 组件类型:资源组件类型的名称,如内存、硬盘等
|
String |
getContractPrice()
Get 合同价
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCost()
Get 组件原价
|
String |
getDiscount()
Get 折扣率
|
String |
getIncentivePayAmount()
Get 赠送账户支付金额
|
String |
getItemCode()
Get 组件类型代码
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getItemCodeName()
Get 组件名称:资源组件的名称,如云数据库MySQL-内存等
|
String |
getPriceUnit()
Get 价格单位
|
String |
getRealCost()
Get 优惠后总价
|
String |
getReduceType()
Get 优惠类型
|
String |
getSinglePrice()
Get 组件刊例价:资源组件的原始价格,保持原始粒度
|
String |
getSpecifiedPrice()
Get 组件指定价
|
String |
getTimeSpan()
Get 使用时长
|
String |
getTimeUnitName()
Get 时长单位
|
String |
getUsedAmount()
Get 组件用量
|
String |
getUsedAmountUnit()
Get 组件用量单位
|
String |
getVoucherPayAmount()
Get 代金券支付金额
|
void |
setCashPayAmount(String CashPayAmount)
Set 现金支付金额
|
void |
setComponentCode(String ComponentCode)
Set 组件名称代码
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setComponentCodeName(String ComponentCodeName)
Set 组件类型:资源组件类型的名称,如内存、硬盘等
|
void |
setContractPrice(String ContractPrice)
Set 合同价
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCost(String Cost)
Set 组件原价
|
void |
setDiscount(String Discount)
Set 折扣率
|
void |
setIncentivePayAmount(String IncentivePayAmount)
Set 赠送账户支付金额
|
void |
setItemCode(String ItemCode)
Set 组件类型代码
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setItemCodeName(String ItemCodeName)
Set 组件名称:资源组件的名称,如云数据库MySQL-内存等
|
void |
setPriceUnit(String PriceUnit)
Set 价格单位
|
void |
setRealCost(String RealCost)
Set 优惠后总价
|
void |
setReduceType(String ReduceType)
Set 优惠类型
|
void |
setSinglePrice(String SinglePrice)
Set 组件刊例价:资源组件的原始价格,保持原始粒度
|
void |
setSpecifiedPrice(String SpecifiedPrice)
Set 组件指定价
|
void |
setTimeSpan(String TimeSpan)
Set 使用时长
|
void |
setTimeUnitName(String TimeUnitName)
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public BillDetailComponent()
public BillDetailComponent(BillDetailComponent source)
public String getComponentCodeName()
public void setComponentCodeName(String ComponentCodeName)
ComponentCodeName
- 组件类型:资源组件类型的名称,如内存、硬盘等public String getItemCodeName()
public void setItemCodeName(String ItemCodeName)
ItemCodeName
- 组件名称:资源组件的名称,如云数据库MySQL-内存等public String getSinglePrice()
public void setSinglePrice(String SinglePrice)
SinglePrice
- 组件刊例价:资源组件的原始价格,保持原始粒度public String getSpecifiedPrice()
public void setSpecifiedPrice(String SpecifiedPrice)
SpecifiedPrice
- 组件指定价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 getTimeSpan()
public void setTimeSpan(String TimeSpan)
TimeSpan
- 使用时长public String getTimeUnitName()
public void setTimeUnitName(String TimeUnitName)
TimeUnitName
- 时长单位public String getCost()
public void setCost(String Cost)
Cost
- 组件原价public String getDiscount()
public void setDiscount(String Discount)
Discount
- 折扣率public String getReduceType()
public void setReduceType(String ReduceType)
ReduceType
- 优惠类型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
- 赠送账户支付金额public String getItemCode()
public void setItemCode(String ItemCode)
ItemCode
- 组件类型代码
注意:此字段可能返回 null,表示取不到有效值。public String getComponentCode()
public void setComponentCode(String ComponentCode)
ComponentCode
- 组件名称代码
注意:此字段可能返回 null,表示取不到有效值。public String getContractPrice()
public void setContractPrice(String ContractPrice)
ContractPrice
- 合同价
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.