Uses of Class
com.tencentcloudapi.monitor.v20180724.models.AlarmHierarchicalNotice
-
Packages that use AlarmHierarchicalNotice Package Description com.tencentcloudapi.monitor.v20180724.models -
-
Uses of AlarmHierarchicalNotice in com.tencentcloudapi.monitor.v20180724.models
Methods in com.tencentcloudapi.monitor.v20180724.models that return AlarmHierarchicalNotice Modifier and Type Method Description AlarmHierarchicalNotice[]CreateAlarmPolicyRequest. getHierarchicalNotices()Get 告警分级通知规则配置AlarmHierarchicalNotice[]ModifyAlarmPolicyNoticeRequest. getHierarchicalNotices()Get 告警分级通知规则配置Methods in com.tencentcloudapi.monitor.v20180724.models with parameters of type AlarmHierarchicalNotice Modifier and Type Method Description voidCreateAlarmPolicyRequest. setHierarchicalNotices(AlarmHierarchicalNotice[] HierarchicalNotices)Set 告警分级通知规则配置voidModifyAlarmPolicyNoticeRequest. setHierarchicalNotices(AlarmHierarchicalNotice[] HierarchicalNotices)Set 告警分级通知规则配置Constructors in com.tencentcloudapi.monitor.v20180724.models with parameters of type AlarmHierarchicalNotice Constructor Description AlarmHierarchicalNotice(AlarmHierarchicalNotice 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.
-