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 账单月份 | 
| String | getName()Get 账单月份展示名称 | 
| String | getRealTotalCost()Get 合计费用(折后总额):分账单元总费用,归集费用(折后总额) + 分摊费用(折后总额) | 
| void | setMonth(String Month)Set 账单月份 | 
| void | setName(String Name)Set 账单月份展示名称 | 
| void | setRealTotalCost(String RealTotalCost)Set 合计费用(折后总额):分账单元总费用,归集费用(折后总额) + 分摊费用(折后总额) | 
| 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, toJsonStringpublic AllocationBillTrendDetail()
public AllocationBillTrendDetail(AllocationBillTrendDetail source)
public String getMonth()
public void setMonth(String Month)
Month - 账单月份public String getName()
public void setName(String Name)
Name - 账单月份展示名称public String getRealTotalCost()
public void setRealTotalCost(String RealTotalCost)
RealTotalCost - 合计费用(折后总额):分账单元总费用,归集费用(折后总额) + 分摊费用(折后总额)Copyright © 2025. All rights reserved.