Uses of Class
com.tencentcloudapi.monitor.v20180724.models.AlarmEvent
-
Packages that use AlarmEvent Package Description com.tencentcloudapi.monitor.v20180724.models -
-
Uses of AlarmEvent in com.tencentcloudapi.monitor.v20180724.models
Methods in com.tencentcloudapi.monitor.v20180724.models that return AlarmEvent Modifier and Type Method Description AlarmEvent[]DescribeAlarmEventsResponse. getEvents()Get 告警事件列表Methods in com.tencentcloudapi.monitor.v20180724.models with parameters of type AlarmEvent Modifier and Type Method Description voidDescribeAlarmEventsResponse. setEvents(AlarmEvent[] Events)Set 告警事件列表Constructors in com.tencentcloudapi.monitor.v20180724.models with parameters of type AlarmEvent Constructor Description AlarmEvent(AlarmEvent 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.
-