public class ConsumptionSummaryTrend extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ConsumptionSummaryTrend() | 
| ConsumptionSummaryTrend(ConsumptionSummaryTrend 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 | getType()Get 趋势类型,upward上升/downward下降/none无 | 
| String | getValue()Get 趋势值,Type为none是该字段值为null | 
| void | setType(String Type)Set 趋势类型,upward上升/downward下降/none无 | 
| void | setValue(String Value)Set 趋势值,Type为none是该字段值为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, toJsonStringpublic ConsumptionSummaryTrend()
public ConsumptionSummaryTrend(ConsumptionSummaryTrend source)
public String getType()
public void setType(String Type)
Type - 趋势类型,upward上升/downward下降/none无public String getValue()
public void setValue(String Value)
Value - 趋势值,Type为none是该字段值为nullCopyright © 2025. All rights reserved.