Uses of Class
com.tencentcloudapi.monitor.v20180724.models.Point
-
Packages that use Point Package Description com.tencentcloudapi.monitor.v20180724.models -
-
Uses of Point in com.tencentcloudapi.monitor.v20180724.models
Methods in com.tencentcloudapi.monitor.v20180724.models that return Point Modifier and Type Method Description Point[]MetricDataPoint. getValues()Get 数据点列表Methods in com.tencentcloudapi.monitor.v20180724.models with parameters of type Point Modifier and Type Method Description voidMetricDataPoint. setValues(Point[] Values)Set 数据点列表Constructors in com.tencentcloudapi.monitor.v20180724.models with parameters of type Point Constructor Description 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.
-