Uses of Class
com.tencentcloudapi.monitor.v20180724.models.BindingPolicyObjectDimension
-
Packages that use BindingPolicyObjectDimension Package Description com.tencentcloudapi.monitor.v20180724.models -
-
Uses of BindingPolicyObjectDimension in com.tencentcloudapi.monitor.v20180724.models
Methods in com.tencentcloudapi.monitor.v20180724.models that return BindingPolicyObjectDimension Modifier and Type Method Description BindingPolicyObjectDimension[]BindingPolicyObjectRequest. getDimensions()Get 需要绑定的对象维度信息Methods in com.tencentcloudapi.monitor.v20180724.models with parameters of type BindingPolicyObjectDimension Modifier and Type Method Description voidBindingPolicyObjectRequest. setDimensions(BindingPolicyObjectDimension[] Dimensions)Set 需要绑定的对象维度信息Constructors in com.tencentcloudapi.monitor.v20180724.models with parameters of type BindingPolicyObjectDimension Constructor Description BindingPolicyObjectDimension(BindingPolicyObjectDimension 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.
-