Class MetricDataSingleValue
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.MetricDataSingleValue
-
public class MetricDataSingleValue extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description MetricDataSingleValue()MetricDataSingleValue(MetricDataSingleValue 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 FloatgetDailyPercent()Get 日环比 注意:此字段可能返回 null,表示取不到有效值。StringgetMetricDataValue()Get 指标值 注意:此字段可能返回 null,表示取不到有效值。StringgetMetricFunction()Get 统计方式 注意:此字段可能返回 null,表示取不到有效值。StringgetMetricName()Get 指标 注意:此字段可能返回 null,表示取不到有效值。voidsetDailyPercent(Float DailyPercent)Set 日环比 注意:此字段可能返回 null,表示取不到有效值。voidsetMetricDataValue(String MetricDataValue)Set 指标值 注意:此字段可能返回 null,表示取不到有效值。voidsetMetricFunction(String MetricFunction)Set 统计方式 注意:此字段可能返回 null,表示取不到有效值。voidsetMetricName(String MetricName)Set 指标 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(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
-
MetricDataSingleValue
public MetricDataSingleValue()
-
MetricDataSingleValue
public MetricDataSingleValue(MetricDataSingleValue 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
-
getMetricName
public String getMetricName()
Get 指标 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- MetricName 指标 注意:此字段可能返回 null,表示取不到有效值。
-
setMetricName
public void setMetricName(String MetricName)
Set 指标 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
MetricName- 指标 注意:此字段可能返回 null,表示取不到有效值。
-
getMetricFunction
public String getMetricFunction()
Get 统计方式 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- MetricFunction 统计方式 注意:此字段可能返回 null,表示取不到有效值。
-
setMetricFunction
public void setMetricFunction(String MetricFunction)
Set 统计方式 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
MetricFunction- 统计方式 注意:此字段可能返回 null,表示取不到有效值。
-
getMetricDataValue
public String getMetricDataValue()
Get 指标值 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- MetricDataValue 指标值 注意:此字段可能返回 null,表示取不到有效值。
-
setMetricDataValue
public void setMetricDataValue(String MetricDataValue)
Set 指标值 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
MetricDataValue- 指标值 注意:此字段可能返回 null,表示取不到有效值。
-
getDailyPercent
public Float getDailyPercent()
Get 日环比 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DailyPercent 日环比 注意:此字段可能返回 null,表示取不到有效值。
-
setDailyPercent
public void setDailyPercent(Float DailyPercent)
Set 日环比 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DailyPercent- 日环比 注意:此字段可能返回 null,表示取不到有效值。
-
-