public class Point extends AbstractModel
| Constructor and Description | 
|---|
| Point() | 
| Point(Point 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 | 
|---|---|
| Long | getTimestamp()Get Time point when this monitoring data point is generated | 
| Float | getValue()Get Monitoring data point value
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setTimestamp(Long Timestamp)Set Time point when this monitoring data point is generated | 
| void | setValue(Float Value)Set Monitoring data point value
Note: this field may return null, indicating that no valid values can be obtained. | 
| 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, toJsonStringpublic Point()
public Point(Point source)
public Long getTimestamp()
public void setTimestamp(Long Timestamp)
Timestamp - Time point when this monitoring data point is generatedpublic Float getValue()
public void setValue(Float Value)
Value - Monitoring data point value
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.