public class ConsumptionBusinessSummaryDataItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
ConsumptionBusinessSummaryDataItem() |
ConsumptionBusinessSummaryDataItem(ConsumptionBusinessSummaryDataItem 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 |
getBusinessCode()
Get Product name code
|
String |
getBusinessCodeName()
Get Product name
|
String |
getCashPayAmount()
Get Cash
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getIncentivePayAmount()
Get Bonus
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getRealTotalCost()
Get Discounted total price
|
String |
getRegionName()
Get Region name (only shown in regional summary)
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getTransferPayAmount()
Get Share revenueNote: This field may return null, indicating that no valid values can be obtained.
|
ConsumptionSummaryTrend |
getTrend()
Get Cost trend
|
String |
getVoucherPayAmount()
Get VoucherNote: This field may return null, indicating that no valid values can be obtained.
|
void |
setBusinessCode(String BusinessCode)
Set Product name code
|
void |
setBusinessCodeName(String BusinessCodeName)
Set Product name
|
void |
setCashPayAmount(String CashPayAmount)
Set Cash
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setIncentivePayAmount(String IncentivePayAmount)
Set Bonus
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRealTotalCost(String RealTotalCost)
Set Discounted total price
|
void |
setRegionName(String RegionName)
Set Region name (only shown in regional summary)
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTransferPayAmount(String TransferPayAmount)
Set Share revenueNote: This field may return null, indicating that no valid values can be obtained.
|
void |
setTrend(ConsumptionSummaryTrend Trend)
Set Cost trend
|
void |
setVoucherPayAmount(String VoucherPayAmount)
Set VoucherNote: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ConsumptionBusinessSummaryDataItem()
public ConsumptionBusinessSummaryDataItem(ConsumptionBusinessSummaryDataItem source)
public String getBusinessCode()
public void setBusinessCode(String BusinessCode)
BusinessCode
- Product name codepublic String getBusinessCodeName()
public void setBusinessCodeName(String BusinessCodeName)
BusinessCodeName
- Product namepublic String getRealTotalCost()
public void setRealTotalCost(String RealTotalCost)
RealTotalCost
- Discounted total pricepublic ConsumptionSummaryTrend getTrend()
public void setTrend(ConsumptionSummaryTrend Trend)
Trend
- Cost trendpublic String getCashPayAmount()
public void setCashPayAmount(String CashPayAmount)
CashPayAmount
- Cash
Note: This field may return null, indicating that no valid values can be obtained.public String getIncentivePayAmount()
public void setIncentivePayAmount(String IncentivePayAmount)
IncentivePayAmount
- Bonus
Note: This field may return null, indicating that no valid values can be obtained.public String getVoucherPayAmount()
public void setVoucherPayAmount(String VoucherPayAmount)
VoucherPayAmount
- VoucherNote: This field may return null, indicating that no valid values can be obtained.public String getTransferPayAmount()
public void setTransferPayAmount(String TransferPayAmount)
TransferPayAmount
- Share revenueNote: This field may return null, indicating that no valid values can be obtained.public String getRegionName()
public void setRegionName(String RegionName)
RegionName
- Region name (only shown in regional summary)
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.