public class MetricDataPoint extends AbstractModel
header, skipSign| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic MetricDataPoint()
public MetricDataPoint(MetricDataPoint source)
public Dimension[] getDimensions()
public void setDimensions(Dimension[] Dimensions)
Dimensions - 实例对象维度组合public Point[] getValues()
public void setValues(Point[] Values)
Values - 数据点列表Copyright © 2025. All rights reserved.