Uses of Class
com.tencentcloudapi.monitor.v20180724.models.CommonNamespaceNew
-
Packages that use CommonNamespaceNew Package Description com.tencentcloudapi.monitor.v20180724.models -
-
Uses of CommonNamespaceNew in com.tencentcloudapi.monitor.v20180724.models
Methods in com.tencentcloudapi.monitor.v20180724.models that return CommonNamespaceNew Modifier and Type Method Description CommonNamespaceNew[]
DescribeAllNamespacesResponse. getCommonNamespaces()
Get 通用告警策略类型(包括:应用性能监控,前端性能监控,云拨测) 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.monitor.v20180724.models with parameters of type CommonNamespaceNew Modifier and Type Method Description void
DescribeAllNamespacesResponse. setCommonNamespaces(CommonNamespaceNew[] CommonNamespaces)
Set 通用告警策略类型(包括:应用性能监控,前端性能监控,云拨测) 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.monitor.v20180724.models with parameters of type CommonNamespaceNew Constructor Description CommonNamespaceNew(CommonNamespaceNew 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.
-