public class DataPointMetric extends AbstractModel
Constructor and Description |
---|
DataPointMetric() |
DataPointMetric(DataPointMetric 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 数据项
|
DataPoint[] |
getPoints()
Get 数据点的时间和值
|
void |
setMetricName(String MetricName)
Set 数据项
|
void |
setPoints(DataPoint[] 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 DataPointMetric()
public DataPointMetric(DataPointMetric source)
public String getMetricName()
public void setMetricName(String MetricName)
MetricName
- 数据项public DataPoint[] getPoints()
public void setPoints(DataPoint[] Points)
Points
- 数据点的时间和值Copyright © 2021. All rights reserved.