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