Class ConsumptionSummaryTrend
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.billing.v20180709.models.ConsumptionSummaryTrend
-
public class ConsumptionSummaryTrend extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ConsumptionSummaryTrend
public ConsumptionSummaryTrend()
-
ConsumptionSummaryTrend
public 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.
-
-
Method Detail
-
getType
public String getType()
Get 趋势类型,upward上升/downward下降/none无- Returns:
- Type 趋势类型,upward上升/downward下降/none无
-
setType
public void setType(String Type)
Set 趋势类型,upward上升/downward下降/none无- Parameters:
Type
- 趋势类型,upward上升/downward下降/none无
-
getValue
public String getValue()
Get 趋势值,Type为none是该字段值为null 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Value 趋势值,Type为none是该字段值为null 注意:此字段可能返回 null,表示取不到有效值。
-
setValue
public void setValue(String Value)
Set 趋势值,Type为none是该字段值为null 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Value
- 趋势值,Type为none是该字段值为null 注意:此字段可能返回 null,表示取不到有效值。
-
-