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