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 产品消耗详情
|
String |
getCashPayAmount()
Get 现金
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getIncentivePayAmount()
Get 赠送金
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getProjectId()
Get 项目ID
|
String |
getProjectName()
Get 项目名称
|
String |
getRealTotalCost()
Get 折后总价
|
String |
getTransferPayAmount()
Get 分成金
注意:此字段可能返回 null,表示取不到有效值。
|
ConsumptionSummaryTrend |
getTrend()
Get 趋势
|
String |
getVoucherPayAmount()
Get 代金券
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBusiness(ConsumptionBusinessSummaryDataItem[] Business)
Set 产品消耗详情
|
void |
setCashPayAmount(String CashPayAmount)
Set 现金
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIncentivePayAmount(String IncentivePayAmount)
Set 赠送金
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProjectId(String ProjectId)
Set 项目ID
|
void |
setProjectName(String ProjectName)
Set 项目名称
|
void |
setRealTotalCost(String RealTotalCost)
Set 折后总价
|
void |
setTransferPayAmount(String TransferPayAmount)
Set 分成金
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTrend(ConsumptionSummaryTrend Trend)
Set 趋势
|
void |
setVoucherPayAmount(String VoucherPayAmount)
Set 代金券
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ConsumptionProjectSummaryDataItem()
public ConsumptionProjectSummaryDataItem(ConsumptionProjectSummaryDataItem source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 项目IDpublic String getProjectName()
public void setProjectName(String ProjectName)
ProjectName
- 项目名称public String getRealTotalCost()
public void setRealTotalCost(String RealTotalCost)
RealTotalCost
- 折后总价public ConsumptionSummaryTrend getTrend()
public void setTrend(ConsumptionSummaryTrend Trend)
Trend
- 趋势public ConsumptionBusinessSummaryDataItem[] getBusiness()
public void setBusiness(ConsumptionBusinessSummaryDataItem[] Business)
Business
- 产品消耗详情public String getCashPayAmount()
public void setCashPayAmount(String CashPayAmount)
CashPayAmount
- 现金
注意:此字段可能返回 null,表示取不到有效值。public String getIncentivePayAmount()
public void setIncentivePayAmount(String IncentivePayAmount)
IncentivePayAmount
- 赠送金
注意:此字段可能返回 null,表示取不到有效值。public String getVoucherPayAmount()
public void setVoucherPayAmount(String VoucherPayAmount)
VoucherPayAmount
- 代金券
注意:此字段可能返回 null,表示取不到有效值。public String getTransferPayAmount()
public void setTransferPayAmount(String TransferPayAmount)
TransferPayAmount
- 分成金
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.