Uses of Class
com.tencentcloudapi.monitor.v20180724.models.MetricSet
-
Packages that use MetricSet Package Description com.tencentcloudapi.monitor.v20180724.models -
-
Uses of MetricSet in com.tencentcloudapi.monitor.v20180724.models
Methods in com.tencentcloudapi.monitor.v20180724.models that return MetricSet Modifier and Type Method Description MetricSet[]
DescribeBaseMetricsResponse. getMetricSet()
Get 查询得到的指标描述列表Methods in com.tencentcloudapi.monitor.v20180724.models with parameters of type MetricSet Modifier and Type Method Description void
DescribeBaseMetricsResponse. setMetricSet(MetricSet[] MetricSet)
Set 查询得到的指标描述列表Constructors in com.tencentcloudapi.monitor.v20180724.models with parameters of type MetricSet Constructor Description MetricSet(MetricSet 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.
-