Uses of Class
com.tencentcloudapi.apm.v20210622.models.QueryMetricItem
-
Packages that use QueryMetricItem Package Description com.tencentcloudapi.apm.v20210622.models -
-
Uses of QueryMetricItem in com.tencentcloudapi.apm.v20210622.models
Methods in com.tencentcloudapi.apm.v20210622.models that return QueryMetricItem Modifier and Type Method Description QueryMetricItem[]DescribeMetricRecordsRequest. getMetrics()Get 指标列表QueryMetricItem[]DescribeServiceOverviewRequest. getMetrics()Get 指标列表Methods in com.tencentcloudapi.apm.v20210622.models with parameters of type QueryMetricItem Modifier and Type Method Description voidDescribeMetricRecordsRequest. setMetrics(QueryMetricItem[] Metrics)Set 指标列表voidDescribeServiceOverviewRequest. setMetrics(QueryMetricItem[] Metrics)Set 指标列表Constructors in com.tencentcloudapi.apm.v20210622.models with parameters of type QueryMetricItem Constructor Description QueryMetricItem(QueryMetricItem 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.
-