public class BillDetailComponent extends AbstractModel
Constructor and Description |
---|
BillDetailComponent() |
Modifier and Type | Method and Description |
---|---|
String |
getCashPayAmount()
Get Amount paid in cash
|
String |
getComponentCode()
Get Component name/code (optional)
|
String |
getComponentCodeName()
Get Component type: type of a resource component, e.g.
|
String |
getContractPrice()
Get Contract price
|
String |
getCost()
Get Original price of the component
|
String |
getDiscount()
Get Discount rate
|
String |
getIncentivePayAmount()
Get Amount paid in trial credit
|
String |
getItemCode()
Get Component type/code (optional)
|
String |
getItemCodeName()
Get Component name: name of a resource component, e.g.
|
String |
getPriceUnit()
Get Price unit
|
String |
getRealCost()
Get Total discounted price
|
String |
getReduceType()
Get Offer type
|
String |
getSinglePrice()
Get Component published price: original price of a resource component with the original granularity
|
String |
getSpecifiedPrice()
Get Specified price of the component
|
String |
getTimeSpan()
Get Usage period
|
String |
getTimeUnitName()
Get Time unit
|
String |
getUsedAmount()
Get Component usage
|
String |
getUsedAmountUnit()
Get Component usage unit
|
String |
getVoucherPayAmount()
Get Amount paid in voucher
|
void |
setCashPayAmount(String CashPayAmount)
Set Amount paid in cash
|
void |
setComponentCode(String ComponentCode)
Set Component name/code (optional)
|
void |
setComponentCodeName(String ComponentCodeName)
Set Component type: type of a resource component, e.g.
|
void |
setContractPrice(String ContractPrice)
Set Contract price
|
void |
setCost(String Cost)
Set Original price of the component
|
void |
setDiscount(String Discount)
Set Discount rate
|
void |
setIncentivePayAmount(String IncentivePayAmount)
Set Amount paid in trial credit
|
void |
setItemCode(String ItemCode)
Set Component type/code (optional)
|
void |
setItemCodeName(String ItemCodeName)
Set Component name: name of a resource component, e.g.
|
void |
setPriceUnit(String PriceUnit)
Set Price unit
|
void |
setRealCost(String RealCost)
Set Total discounted price
|
void |
setReduceType(String ReduceType)
Set Offer type
|
void |
setSinglePrice(String SinglePrice)
Set Component published price: original price of a resource component with the original granularity
|
void |
setSpecifiedPrice(String SpecifiedPrice)
Set Specified price of the component
|
void |
setTimeSpan(String TimeSpan)
Set Usage period
|
void |
setTimeUnitName(String TimeUnitName)
Set Time unit
|
void |
setUsedAmount(String UsedAmount)
Set Component usage
|
void |
setUsedAmountUnit(String UsedAmountUnit)
Set Component usage unit
|
void |
setVoucherPayAmount(String VoucherPayAmount)
Set Amount paid in voucher
|
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 String getComponentCodeName()
public void setComponentCodeName(String ComponentCodeName)
ComponentCodeName
- Component type: type of a resource component, e.g. memory, disk, etc.public String getItemCodeName()
public void setItemCodeName(String ItemCodeName)
ItemCodeName
- Component name: name of a resource component, e.g. TencentDB for MySQL-memorypublic String getSinglePrice()
public void setSinglePrice(String SinglePrice)
SinglePrice
- Component published price: original price of a resource component with the original granularitypublic String getSpecifiedPrice()
public void setSpecifiedPrice(String SpecifiedPrice)
SpecifiedPrice
- Specified price of the componentpublic String getPriceUnit()
public void setPriceUnit(String PriceUnit)
PriceUnit
- Price unitpublic String getUsedAmount()
public void setUsedAmount(String UsedAmount)
UsedAmount
- Component usagepublic String getUsedAmountUnit()
public void setUsedAmountUnit(String UsedAmountUnit)
UsedAmountUnit
- Component usage unitpublic String getTimeSpan()
public void setTimeSpan(String TimeSpan)
TimeSpan
- Usage periodpublic String getTimeUnitName()
public void setTimeUnitName(String TimeUnitName)
TimeUnitName
- Time unitpublic String getCost()
public void setCost(String Cost)
Cost
- Original price of the componentpublic String getDiscount()
public void setDiscount(String Discount)
Discount
- Discount ratepublic String getReduceType()
public void setReduceType(String ReduceType)
ReduceType
- Offer typepublic String getRealCost()
public void setRealCost(String RealCost)
RealCost
- Total discounted pricepublic String getVoucherPayAmount()
public void setVoucherPayAmount(String VoucherPayAmount)
VoucherPayAmount
- Amount paid in voucherpublic String getCashPayAmount()
public void setCashPayAmount(String CashPayAmount)
CashPayAmount
- Amount paid in cashpublic String getIncentivePayAmount()
public void setIncentivePayAmount(String IncentivePayAmount)
IncentivePayAmount
- Amount paid in trial creditpublic String getItemCode()
public void setItemCode(String ItemCode)
ItemCode
- Component type/code (optional)public String getComponentCode()
public void setComponentCode(String ComponentCode)
ComponentCode
- Component name/code (optional)public String getContractPrice()
public void setContractPrice(String ContractPrice)
ContractPrice
- Contract priceCopyright © 2020. All rights reserved.