public class MetricDataPoint extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Dimension[] |
getDimensions()
Get 实例对象维度组合
|
Point[] |
getValues()
Get 数据点列表
|
void |
setDimensions(Dimension[] Dimensions)
Set 实例对象维度组合
|
void |
setValues(Point[] Values)
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 MetricDataPoint()
public MetricDataPoint(MetricDataPoint source)
public Dimension[] getDimensions()
public void setDimensions(Dimension[] Dimensions)
Dimensions
- 实例对象维度组合public Point[] getValues()
public void setValues(Point[] Values)
Values
- 数据点列表Copyright © 2022. All rights reserved.