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 起始月份
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getEndMonth()
Get 结束月份
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRealTotalCost()
Get 合计费用(折后总额)平均值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBeginMonth(String BeginMonth)
Set 起始月份
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEndMonth(String EndMonth)
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 AllocationAverageData()
public AllocationAverageData(AllocationAverageData source)
public String getBeginMonth()
public void setBeginMonth(String BeginMonth)
BeginMonth
- 起始月份
注意:此字段可能返回 null,表示取不到有效值。public String getEndMonth()
public void setEndMonth(String EndMonth)
EndMonth
- 结束月份
注意:此字段可能返回 null,表示取不到有效值。public String getRealTotalCost()
public void setRealTotalCost(String RealTotalCost)
RealTotalCost
- 合计费用(折后总额)平均值
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.