Class Point
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.monitor.v20180724.models.Point
-
public class Point extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
Point
public Point()
-
Point
public 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.
-
-
Method Detail
-
getTimestamp
public Long getTimestamp()
Get 该监控数据点生成的时间点- Returns:
- Timestamp 该监控数据点生成的时间点
-
setTimestamp
public void setTimestamp(Long Timestamp)
Set 该监控数据点生成的时间点- Parameters:
Timestamp
- 该监控数据点生成的时间点
-
getValue
public Float getValue()
Get 监控数据点的值 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Value 监控数据点的值 注意:此字段可能返回 null,表示取不到有效值。
-
setValue
public void setValue(Float Value)
Set 监控数据点的值 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Value
- 监控数据点的值 注意:此字段可能返回 null,表示取不到有效值。
-
-