public class Point extends AbstractModel
| Constructor and Description |
|---|
Point() |
| 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic Long getTimestamp()
public void setTimestamp(Long Timestamp)
Timestamp - 该监控数据点生成的时间点public Float getValue()
public void setValue(Float Value)
Value - 监控数据点的值
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.