public class BillDetailComponent extends AbstractModel
构造器和说明 |
---|
BillDetailComponent() |
限定符和类型 | 方法和说明 |
---|---|
String |
getCashPayAmount()
获取现金支付金额
|
String |
getComponentCodeName()
获取组件类型:资源组件类型的名称,如内存、硬盘等
|
String |
getCost()
获取组件原价
|
String |
getDiscount()
获取折扣率
|
String |
getIncentivePayAmount()
获取赠送账户支付金额
|
String |
getItemCodeName()
获取组件名称:资源组件的名称,如云数据库MySQL-内存等
|
String |
getPriceUnit()
获取价格单位
|
String |
getRealCost()
获取优惠后总价
|
String |
getReduceType()
获取优惠类型
|
String |
getSinglePrice()
获取组件刊例价:资源组件的原始价格,保持原始粒度
|
String |
getSpecifiedPrice()
获取组件指定价
|
String |
getTimeSpan()
获取使用时长
|
String |
getTimeUnitName()
获取时长单位
|
String |
getUsedAmount()
获取组件用量
|
String |
getUsedAmountUnit()
获取组件用量单位
|
String |
getVoucherPayAmount()
获取代金券支付金额
|
void |
setCashPayAmount(String CashPayAmount)
设置现金支付金额
|
void |
setComponentCodeName(String ComponentCodeName)
设置组件类型:资源组件类型的名称,如内存、硬盘等
|
void |
setCost(String Cost)
设置组件原价
|
void |
setDiscount(String Discount)
设置折扣率
|
void |
setIncentivePayAmount(String IncentivePayAmount)
设置赠送账户支付金额
|
void |
setItemCodeName(String ItemCodeName)
设置组件名称:资源组件的名称,如云数据库MySQL-内存等
|
void |
setPriceUnit(String PriceUnit)
设置价格单位
|
void |
setRealCost(String RealCost)
设置优惠后总价
|
void |
setReduceType(String ReduceType)
设置优惠类型
|
void |
setSinglePrice(String SinglePrice)
设置组件刊例价:资源组件的原始价格,保持原始粒度
|
void |
setSpecifiedPrice(String SpecifiedPrice)
设置组件指定价
|
void |
setTimeSpan(String TimeSpan)
设置使用时长
|
void |
setTimeUnitName(String TimeUnitName)
设置时长单位
|
void |
setUsedAmount(String UsedAmount)
设置组件用量
|
void |
setUsedAmountUnit(String UsedAmountUnit)
设置组件用量单位
|
void |
setVoucherPayAmount(String VoucherPayAmount)
设置代金券支付金额
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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
- 赠送账户支付金额Copyright © 2019. All rights reserved.