public class AllocationBillTrendDetail extends AbstractModel
header, skipSign
Constructor and Description |
---|
AllocationBillTrendDetail() |
AllocationBillTrendDetail(AllocationBillTrendDetail 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 |
getMonth()
Get 账单月份
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getName()
Get 账单月份展示名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRealTotalCost()
Get 合计费用(折后总额):分账单元总费用,归集费用(折后总额) + 分摊费用(折后总额)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMonth(String Month)
Set 账单月份
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setName(String Name)
Set 账单月份展示名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRealTotalCost(String RealTotalCost)
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 AllocationBillTrendDetail()
public AllocationBillTrendDetail(AllocationBillTrendDetail source)
public String getMonth()
public void setMonth(String Month)
Month
- 账单月份
注意:此字段可能返回 null,表示取不到有效值。public String getName()
public void setName(String Name)
Name
- 账单月份展示名称
注意:此字段可能返回 null,表示取不到有效值。public String getRealTotalCost()
public void setRealTotalCost(String RealTotalCost)
RealTotalCost
- 合计费用(折后总额):分账单元总费用,归集费用(折后总额) + 分摊费用(折后总额)
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.