public class AllocationAverageData extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AllocationAverageData() | 
| AllocationAverageData(AllocationAverageData 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 | getBeginMonth()Get 起始月份 | 
| String | getEndMonth()Get 结束月份 | 
| String | getRealTotalCost()Get 合计费用(折后总额)平均值 | 
| void | setBeginMonth(String BeginMonth)Set 起始月份 | 
| void | setEndMonth(String EndMonth)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 AllocationAverageData()
public AllocationAverageData(AllocationAverageData source)
public String getBeginMonth()
public void setBeginMonth(String BeginMonth)
BeginMonth - 起始月份public String getEndMonth()
public void setEndMonth(String EndMonth)
EndMonth - 结束月份public String getRealTotalCost()
public void setRealTotalCost(String RealTotalCost)
RealTotalCost - 合计费用(折后总额)平均值Copyright © 2025. All rights reserved.