Class MetricDataPoint
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.monitor.v20180724.models.MetricDataPoint
-
public class MetricDataPoint extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description MetricDataPoint()MetricDataPoint(MetricDataPoint 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 Dimension[]getDimensions()Get 实例对象维度组合Point[]getValues()Get 数据点列表voidsetDimensions(Dimension[] Dimensions)Set 实例对象维度组合voidsetValues(Point[] Values)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
-
MetricDataPoint
public MetricDataPoint()
-
MetricDataPoint
public MetricDataPoint(MetricDataPoint 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
-
getDimensions
public Dimension[] getDimensions()
Get 实例对象维度组合- Returns:
- Dimensions 实例对象维度组合
-
setDimensions
public void setDimensions(Dimension[] Dimensions)
Set 实例对象维度组合- Parameters:
Dimensions- 实例对象维度组合
-
getValues
public Point[] getValues()
Get 数据点列表- Returns:
- Values 数据点列表
-
setValues
public void setValues(Point[] Values)
Set 数据点列表- Parameters:
Values- 数据点列表
-
-