Uses of Class
com.tencentcloudapi.monitor.v20180724.models.UserNotice
-
Packages that use UserNotice Package Description com.tencentcloudapi.monitor.v20180724.models -
-
Uses of UserNotice in com.tencentcloudapi.monitor.v20180724.models
Methods in com.tencentcloudapi.monitor.v20180724.models that return UserNotice Modifier and Type Method Description UserNotice[]AlarmNotice. getUserNotices()Get 用户通知列表 注意:此字段可能返回 null,表示取不到有效值。UserNotice[]CreateAlarmNoticeRequest. getUserNotices()Get 用户通知 最多5个UserNotice[]ModifyAlarmNoticeRequest. getUserNotices()Get 用户通知 最多5个Methods in com.tencentcloudapi.monitor.v20180724.models with parameters of type UserNotice Modifier and Type Method Description voidAlarmNotice. setUserNotices(UserNotice[] UserNotices)Set 用户通知列表 注意:此字段可能返回 null,表示取不到有效值。voidCreateAlarmNoticeRequest. setUserNotices(UserNotice[] UserNotices)Set 用户通知 最多5个voidModifyAlarmNoticeRequest. setUserNotices(UserNotice[] UserNotices)Set 用户通知 最多5个Constructors in com.tencentcloudapi.monitor.v20180724.models with parameters of type UserNotice Constructor Description UserNotice(UserNotice 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.
-