public class MultiValueDataPoints extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getMetricName()
Get 指标名称
|
String[] |
getPointKeys()
Get 多值数据点key列表,每个值表示当前数据点所在区域的下限
|
MultiValue[] |
getPoints()
Get 多值数据点
|
void |
setMetricName(String MetricName)
Set 指标名称
|
void |
setPointKeys(String[] PointKeys)
Set 多值数据点key列表,每个值表示当前数据点所在区域的下限
|
void |
setPoints(MultiValue[] Points)
Set 多值数据点
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public MultiValueDataPoints()
public MultiValueDataPoints(MultiValueDataPoints source)
public MultiValue[] getPoints()
public void setPoints(MultiValue[] Points)
Points
- 多值数据点public String getMetricName()
public void setMetricName(String MetricName)
MetricName
- 指标名称public String[] getPointKeys()
public void setPointKeys(String[] PointKeys)
PointKeys
- 多值数据点key列表,每个值表示当前数据点所在区域的下限Copyright © 2022. All rights reserved.