public class ProjectSummaryOverviewItem extends AbstractModel
构造器和说明 |
---|
ProjectSummaryOverviewItem() |
限定符和类型 | 方法和说明 |
---|---|
String |
getBillMonth()
获取账单月份,格式2019-08
|
String |
getCashPayAmount()
获取现金金额
|
String |
getIncentivePayAmount()
获取赠送金金额
|
String |
getProjectId()
获取项目ID
|
String |
getProjectName()
获取项目名称
|
String |
getRealTotalCost()
获取实际花费
|
String |
getRealTotalCostRatio()
获取费用所占百分比,两位小数
|
String |
getVoucherPayAmount()
获取代金券金额
|
void |
setBillMonth(String BillMonth)
设置账单月份,格式2019-08
|
void |
setCashPayAmount(String CashPayAmount)
设置现金金额
|
void |
setIncentivePayAmount(String IncentivePayAmount)
设置赠送金金额
|
void |
setProjectId(String ProjectId)
设置项目ID
|
void |
setProjectName(String ProjectName)
设置项目名称
|
void |
setRealTotalCost(String RealTotalCost)
设置实际花费
|
void |
setRealTotalCostRatio(String RealTotalCostRatio)
设置费用所占百分比,两位小数
|
void |
setVoucherPayAmount(String VoucherPayAmount)
设置代金券金额
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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 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-08Copyright © 2019. All rights reserved.