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 账单月份,格式2019-08
|
String |
getBusinessCode()
Get 产品名称代码
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getBusinessCodeName()
Get 产品名称:云产品大类,如云服务器CVM、云数据库MySQL
|
String |
getCashPayAmount()
Get 现金金额
|
String |
getIncentivePayAmount()
Get 赠送金金额
|
String |
getRealTotalCost()
Get 实际花费
|
String |
getRealTotalCostRatio()
Get 费用所占百分比,两位小数
|
String |
getTotalCost()
Get 原价,单位为元。TotalCost字段自账单3.0(即2021-05)之后开始生效,账单3.0之前返回"-"。合同价的情况下,TotalCost字段与官网价格存在差异,也返回“-”。
|
String |
getTransferPayAmount()
Get 分成金金额
|
String |
getVoucherPayAmount()
Get 代金券金额
|
void |
setBillMonth(String BillMonth)
Set 账单月份,格式2019-08
|
void |
setBusinessCode(String BusinessCode)
Set 产品名称代码
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBusinessCodeName(String BusinessCodeName)
Set 产品名称:云产品大类,如云服务器CVM、云数据库MySQL
|
void |
setCashPayAmount(String CashPayAmount)
Set 现金金额
|
void |
setIncentivePayAmount(String IncentivePayAmount)
Set 赠送金金额
|
void |
setRealTotalCost(String RealTotalCost)
Set 实际花费
|
void |
setRealTotalCostRatio(String RealTotalCostRatio)
Set 费用所占百分比,两位小数
|
void |
setTotalCost(String TotalCost)
Set 原价,单位为元。TotalCost字段自账单3.0(即2021-05)之后开始生效,账单3.0之前返回"-"。合同价的情况下,TotalCost字段与官网价格存在差异,也返回“-”。
|
void |
setTransferPayAmount(String TransferPayAmount)
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 BusinessSummaryOverviewItem()
public BusinessSummaryOverviewItem(BusinessSummaryOverviewItem source)
public String getBusinessCode()
public void setBusinessCode(String BusinessCode)
BusinessCode
- 产品名称代码
注意:此字段可能返回 null,表示取不到有效值。public String getBusinessCodeName()
public void setBusinessCodeName(String BusinessCodeName)
BusinessCodeName
- 产品名称:云产品大类,如云服务器CVM、云数据库MySQLpublic String getRealTotalCost()
public void setRealTotalCost(String RealTotalCost)
RealTotalCost
- 实际花费public String getRealTotalCostRatio()
public void setRealTotalCostRatio(String RealTotalCostRatio)
RealTotalCostRatio
- 费用所占百分比,两位小数public String getCashPayAmount()
public void setCashPayAmount(String CashPayAmount)
CashPayAmount
- 现金金额public String getIncentivePayAmount()
public void setIncentivePayAmount(String IncentivePayAmount)
IncentivePayAmount
- 赠送金金额public String getVoucherPayAmount()
public void setVoucherPayAmount(String VoucherPayAmount)
VoucherPayAmount
- 代金券金额public String getBillMonth()
public void setBillMonth(String BillMonth)
BillMonth
- 账单月份,格式2019-08public String getTotalCost()
public void setTotalCost(String TotalCost)
TotalCost
- 原价,单位为元。TotalCost字段自账单3.0(即2021-05)之后开始生效,账单3.0之前返回"-"。合同价的情况下,TotalCost字段与官网价格存在差异,也返回“-”。public String getTransferPayAmount()
public void setTransferPayAmount(String TransferPayAmount)
TransferPayAmount
- 分成金金额Copyright © 2023. All rights reserved.