Uses of Class
com.tencentcloudapi.monitor.v20180724.models.LogAlarmReq
-
Packages that use LogAlarmReq Package Description com.tencentcloudapi.monitor.v20180724.models -
-
Uses of LogAlarmReq in com.tencentcloudapi.monitor.v20180724.models
Methods in com.tencentcloudapi.monitor.v20180724.models that return LogAlarmReq Modifier and Type Method Description LogAlarmReqCreateAlarmPolicyRequest. getLogAlarmReqInfo()Get 日志告警信息LogAlarmReqModifyAlarmPolicyConditionRequest. getLogAlarmReqInfo()Get 日志告警创建请求参数信息Methods in com.tencentcloudapi.monitor.v20180724.models with parameters of type LogAlarmReq Modifier and Type Method Description voidCreateAlarmPolicyRequest. setLogAlarmReqInfo(LogAlarmReq LogAlarmReqInfo)Set 日志告警信息voidModifyAlarmPolicyConditionRequest. setLogAlarmReqInfo(LogAlarmReq LogAlarmReqInfo)Set 日志告警创建请求参数信息Constructors in com.tencentcloudapi.monitor.v20180724.models with parameters of type LogAlarmReq Constructor Description LogAlarmReq(LogAlarmReq 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.
-