Uses of Class
com.tencentcloudapi.monitor.v20180724.models.Metric
-
Packages that use Metric Package Description com.tencentcloudapi.monitor.v20180724.models -
-
Uses of Metric in com.tencentcloudapi.monitor.v20180724.models
Methods in com.tencentcloudapi.monitor.v20180724.models that return Metric Modifier and Type Method Description Metric[]DescribeAlarmMetricsResponse. getMetrics()Get 告警指标列表Methods in com.tencentcloudapi.monitor.v20180724.models with parameters of type Metric Modifier and Type Method Description voidDescribeAlarmMetricsResponse. setMetrics(Metric[] Metrics)Set 告警指标列表Constructors in com.tencentcloudapi.monitor.v20180724.models with parameters of type Metric Constructor Description Metric(Metric 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.
-