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