Uses of Class
com.tencentcloudapi.monitor.v20180724.models.DimensionsDesc
-
Packages that use DimensionsDesc Package Description com.tencentcloudapi.monitor.v20180724.models -
-
Uses of DimensionsDesc in com.tencentcloudapi.monitor.v20180724.models
Methods in com.tencentcloudapi.monitor.v20180724.models that return DimensionsDesc Modifier and Type Method Description DimensionsDesc[]MetricSet. getDimensions()Get 维度描述信息Methods in com.tencentcloudapi.monitor.v20180724.models with parameters of type DimensionsDesc Modifier and Type Method Description voidMetricSet. setDimensions(DimensionsDesc[] Dimensions)Set 维度描述信息Constructors in com.tencentcloudapi.monitor.v20180724.models with parameters of type DimensionsDesc Constructor Description DimensionsDesc(DimensionsDesc 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.
-