public class OrgFinancialByMonth extends AbstractModel
header, skipSign
Constructor and Description |
---|
OrgFinancialByMonth() |
OrgFinancialByMonth(OrgFinancialByMonth 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 |
getGrowthRate()
Get 比上月增长率%。正数增长,负数下降,空值无法统计。
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getId()
Get 记录ID。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMonth()
Get 月份,格式:yyyy-mm,示例:2021-01。
注意:此字段可能返回 null,表示取不到有效值。
|
Float |
getTotalCost()
Get 消耗金额,单元:元。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setGrowthRate(String GrowthRate)
Set 比上月增长率%。正数增长,负数下降,空值无法统计。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setId(Long Id)
Set 记录ID。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMonth(String Month)
Set 月份,格式:yyyy-mm,示例:2021-01。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTotalCost(Float TotalCost)
Set 消耗金额,单元:元。
注意:此字段可能返回 null,表示取不到有效值。
|
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 OrgFinancialByMonth()
public OrgFinancialByMonth(OrgFinancialByMonth source)
public Long getId()
public void setId(Long Id)
Id
- 记录ID。
注意:此字段可能返回 null,表示取不到有效值。public String getMonth()
public void setMonth(String Month)
Month
- 月份,格式:yyyy-mm,示例:2021-01。
注意:此字段可能返回 null,表示取不到有效值。public Float getTotalCost()
public void setTotalCost(Float TotalCost)
TotalCost
- 消耗金额,单元:元。
注意:此字段可能返回 null,表示取不到有效值。public String getGrowthRate()
public void setGrowthRate(String GrowthRate)
GrowthRate
- 比上月增长率%。正数增长,负数下降,空值无法统计。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.