Class MetricData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.monitor.v20180724.models.MetricData
-
public class MetricData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description MetricData()MetricData(MetricData 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 StringgetMetricName()Get 指标名MetricDataPoint[]getPoints()Get 监控数据点voidsetMetricName(String MetricName)Set 指标名voidsetPoints(MetricDataPoint[] Points)Set 监控数据点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
-
MetricData
public MetricData()
-
MetricData
public MetricData(MetricData 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 指标名- Returns:
- MetricName 指标名
-
setMetricName
public void setMetricName(String MetricName)
Set 指标名- Parameters:
MetricName- 指标名
-
getPoints
public MetricDataPoint[] getPoints()
Get 监控数据点- Returns:
- Points 监控数据点
-
setPoints
public void setPoints(MetricDataPoint[] Points)
Set 监控数据点- Parameters:
Points- 监控数据点
-
-