Class MultiValueDataPoints
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.MultiValueDataPoints
-
public class MultiValueDataPoints extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description MultiValueDataPoints()MultiValueDataPoints(MultiValueDataPoints 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 指标名称String[]getPointKeys()Get 多值数据点key列表,每个值表示当前数据点所在区域的下限MultiValue[]getPoints()Get 多值数据点voidsetMetricName(String MetricName)Set 指标名称voidsetPointKeys(String[] PointKeys)Set 多值数据点key列表,每个值表示当前数据点所在区域的下限voidsetPoints(MultiValue[] 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
-
MultiValueDataPoints
public MultiValueDataPoints()
-
MultiValueDataPoints
public MultiValueDataPoints(MultiValueDataPoints 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
-
getPoints
public MultiValue[] getPoints()
Get 多值数据点- Returns:
- Points 多值数据点
-
setPoints
public void setPoints(MultiValue[] Points)
Set 多值数据点- Parameters:
Points- 多值数据点
-
getMetricName
public String getMetricName()
Get 指标名称- Returns:
- MetricName 指标名称
-
setMetricName
public void setMetricName(String MetricName)
Set 指标名称- Parameters:
MetricName- 指标名称
-
getPointKeys
public String[] getPointKeys()
Get 多值数据点key列表,每个值表示当前数据点所在区域的下限- Returns:
- PointKeys 多值数据点key列表,每个值表示当前数据点所在区域的下限
-
setPointKeys
public void setPointKeys(String[] PointKeys)
Set 多值数据点key列表,每个值表示当前数据点所在区域的下限- Parameters:
PointKeys- 多值数据点key列表,每个值表示当前数据点所在区域的下限
-
-