public class BusinessSummaryOverviewItem extends AbstractModel
Constructor and Description |
---|
BusinessSummaryOverviewItem() |
BusinessSummaryOverviewItem(BusinessSummaryOverviewItem 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 |
getBillMonth()
Get Billing month, e.g.
|
String |
getBusinessCode()
Get Product code
Note: This field may return `null`, indicating that no valid value can be found.
|
String |
getBusinessCodeName()
Get Product name: major categories of Tencent Cloud services, e.g.
|
String |
getCashPayAmount()
Get Cash amount
|
String |
getIncentivePayAmount()
Get Trial credit amount
|
String |
getRealTotalCost()
Get Actual cost
|
String |
getRealTotalCostRatio()
Get Cost ratio, to two decimal points
|
String |
getTotalCost()
Get The original cost in USD.
|
String |
getTransferPayAmount()
Get Payment by commission credits
|
String |
getVoucherPayAmount()
Get Voucher amount
|
void |
setBillMonth(String BillMonth)
Set Billing month, e.g.
|
void |
setBusinessCode(String BusinessCode)
Set Product code
Note: This field may return `null`, indicating that no valid value can be found.
|
void |
setBusinessCodeName(String BusinessCodeName)
Set Product name: major categories of Tencent Cloud services, e.g.
|
void |
setCashPayAmount(String CashPayAmount)
Set Cash amount
|
void |
setIncentivePayAmount(String IncentivePayAmount)
Set Trial credit amount
|
void |
setRealTotalCost(String RealTotalCost)
Set Actual cost
|
void |
setRealTotalCostRatio(String RealTotalCostRatio)
Set Cost ratio, to two decimal points
|
void |
setTotalCost(String TotalCost)
Set The original cost in USD.
|
void |
setTransferPayAmount(String TransferPayAmount)
Set Payment by commission credits
|
void |
setVoucherPayAmount(String VoucherPayAmount)
Set Voucher amount
|
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 BusinessSummaryOverviewItem()
public BusinessSummaryOverviewItem(BusinessSummaryOverviewItem source)
public String getBusinessCode()
public void setBusinessCode(String BusinessCode)
BusinessCode
- Product code
Note: This field may return `null`, indicating that no valid value can be found.public String getBusinessCodeName()
public void setBusinessCodeName(String BusinessCodeName)
BusinessCodeName
- Product name: major categories of Tencent Cloud services, e.g. CVM and TencentDB for MySQLpublic String getRealTotalCost()
public void setRealTotalCost(String RealTotalCost)
RealTotalCost
- Actual costpublic String getRealTotalCostRatio()
public void setRealTotalCostRatio(String RealTotalCostRatio)
RealTotalCostRatio
- Cost ratio, to two decimal pointspublic String getCashPayAmount()
public void setCashPayAmount(String CashPayAmount)
CashPayAmount
- Cash amountpublic String getIncentivePayAmount()
public void setIncentivePayAmount(String IncentivePayAmount)
IncentivePayAmount
- Trial credit amountpublic String getVoucherPayAmount()
public void setVoucherPayAmount(String VoucherPayAmount)
VoucherPayAmount
- Voucher amountpublic String getBillMonth()
public void setBillMonth(String BillMonth)
BillMonth
- Billing month, e.g. `2019-08`public String getTotalCost()
public void setTotalCost(String TotalCost)
TotalCost
- The original cost in USD. This parameter has become valid since v3.0 bills took effect in May 2021, and before that `-` was returned for this parameter. If a customer uses a contract price different from the published price, `-` will also be returned for this parameter.public String getTransferPayAmount()
public void setTransferPayAmount(String TransferPayAmount)
TransferPayAmount
- Payment by commission creditsCopyright © 2023. All rights reserved.