Uses of Class
com.tencentcloudapi.monitor.v20180724.models.CLSNotice
-
Packages that use CLSNotice Package Description com.tencentcloudapi.monitor.v20180724.models -
-
Uses of CLSNotice in com.tencentcloudapi.monitor.v20180724.models
Methods in com.tencentcloudapi.monitor.v20180724.models that return CLSNotice Modifier and Type Method Description CLSNotice[]AlarmNotice. getCLSNotices()Get 推送cls渠道 注意:此字段可能返回 null,表示取不到有效值。CLSNotice[]CreateAlarmNoticeRequest. getCLSNotices()Get 推送CLS日志服务的操作 最多1个CLSNotice[]ModifyAlarmNoticeRequest. getCLSNotices()Get 告警通知推送到CLS服务 最多1个Methods in com.tencentcloudapi.monitor.v20180724.models with parameters of type CLSNotice Modifier and Type Method Description voidAlarmNotice. setCLSNotices(CLSNotice[] CLSNotices)Set 推送cls渠道 注意:此字段可能返回 null,表示取不到有效值。voidCreateAlarmNoticeRequest. setCLSNotices(CLSNotice[] CLSNotices)Set 推送CLS日志服务的操作 最多1个voidModifyAlarmNoticeRequest. setCLSNotices(CLSNotice[] CLSNotices)Set 告警通知推送到CLS服务 最多1个Constructors in com.tencentcloudapi.monitor.v20180724.models with parameters of type CLSNotice Constructor Description CLSNotice(CLSNotice 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.
-