public class DataPoint extends AbstractModel
Constructor and Description |
---|
DataPoint() |
Modifier and Type | Method and Description |
---|---|
String |
getLogTime()
Get 数据点的时间
|
Float |
getMetricValue()
Get 数据值
|
void |
setLogTime(String LogTime)
Set 数据点的时间
|
void |
setMetricValue(Float MetricValue)
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 String getLogTime()
public void setLogTime(String LogTime)
LogTime
- 数据点的时间public Float getMetricValue()
public void setMetricValue(Float MetricValue)
MetricValue
- 数据值Copyright © 2020. All rights reserved.