public class ConsumptionProjectSummaryDataItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
ConsumptionProjectSummaryDataItem() |
ConsumptionProjectSummaryDataItem(ConsumptionProjectSummaryDataItem 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 |
---|---|
ConsumptionBusinessSummaryDataItem[] |
getBusiness()
Get Product consumption details
|
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 |
getProjectId()
Get Project ID
|
String |
getProjectName()
Get Project name
|
String |
getRealTotalCost()
Get Discounted total price
|
String |
getTransferPayAmount()
Get Share revenueNote: This field may return null, indicating that no valid values can be obtained.
|
ConsumptionSummaryTrend |
getTrend()
Get Trend
|
String |
getVoucherPayAmount()
Get VoucherNote: This field may return null, indicating that no valid values can be obtained.
|
void |
setBusiness(ConsumptionBusinessSummaryDataItem[] Business)
Set Product consumption details
|
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 |
setProjectId(String ProjectId)
Set Project ID
|
void |
setProjectName(String ProjectName)
Set Project name
|
void |
setRealTotalCost(String RealTotalCost)
Set Discounted total price
|
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 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 ConsumptionProjectSummaryDataItem()
public ConsumptionProjectSummaryDataItem(ConsumptionProjectSummaryDataItem source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- Project IDpublic String getProjectName()
public void setProjectName(String ProjectName)
ProjectName
- Project namepublic String getRealTotalCost()
public void setRealTotalCost(String RealTotalCost)
RealTotalCost
- Discounted total pricepublic ConsumptionSummaryTrend getTrend()
public void setTrend(ConsumptionSummaryTrend Trend)
Trend
- Trendpublic ConsumptionBusinessSummaryDataItem[] getBusiness()
public void setBusiness(ConsumptionBusinessSummaryDataItem[] Business)
Business
- Product consumption detailspublic 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.Copyright © 2024. All rights reserved.