Uses of Class
com.tencentcloudapi.monitor.v20180724.models.DataPoint
-
Packages that use DataPoint Package Description com.tencentcloudapi.monitor.v20180724.models -
-
Uses of DataPoint in com.tencentcloudapi.monitor.v20180724.models
Methods in com.tencentcloudapi.monitor.v20180724.models that return DataPoint Modifier and Type Method Description DataPoint[]
GetMonitorDataResponse. getDataPoints()
Get 数据点数组Methods in com.tencentcloudapi.monitor.v20180724.models with parameters of type DataPoint Modifier and Type Method Description void
GetMonitorDataResponse. setDataPoints(DataPoint[] DataPoints)
Set 数据点数组Constructors in com.tencentcloudapi.monitor.v20180724.models with parameters of type DataPoint Constructor Description 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.
-