public class Point extends AbstractModel
header, skipSign| 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 该监控数据点生成的时间点 | 
| Float | getValue()Get 监控数据点的值
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setTimestamp(Long Timestamp)Set 该监控数据点生成的时间点 | 
| void | setValue(Float Value)Set 监控数据点的值
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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 Point()
public Point(Point source)
public Long getTimestamp()
public void setTimestamp(Long Timestamp)
Timestamp - 该监控数据点生成的时间点public Float getValue()
public void setValue(Float Value)
Value - 监控数据点的值
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.