public class ConsumptionSummaryTrend extends AbstractModel
Constructor and Description |
---|
ConsumptionSummaryTrend() |
Modifier and Type | Method and Description |
---|---|
String |
getType()
Get 趋势类型,upward上升/downward下降/none无
|
String |
getValue()
Get 趋势值,Type为none是该字段值为null
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(String Type)
Set 趋势类型,upward上升/downward下降/none无
|
void |
setValue(String Value)
Set 趋势值,Type为none是该字段值为null
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getType()
public void setType(String Type)
Type
- 趋势类型,upward上升/downward下降/none无public String getValue()
public void setValue(String Value)
Value
- 趋势值,Type为none是该字段值为null
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2020. All rights reserved.