Uses of Class
com.tencentcloudapi.monitor.v20180724.models.GrafanaNotificationChannel
-
Packages that use GrafanaNotificationChannel Package Description com.tencentcloudapi.monitor.v20180724.models -
-
Uses of GrafanaNotificationChannel in com.tencentcloudapi.monitor.v20180724.models
Methods in com.tencentcloudapi.monitor.v20180724.models that return GrafanaNotificationChannel Modifier and Type Method Description GrafanaNotificationChannel[]
DescribeGrafanaNotificationChannelsResponse. getNotificationChannelSet()
Get 告警通道数组Methods in com.tencentcloudapi.monitor.v20180724.models with parameters of type GrafanaNotificationChannel Modifier and Type Method Description void
DescribeGrafanaNotificationChannelsResponse. setNotificationChannelSet(GrafanaNotificationChannel[] NotificationChannelSet)
Set 告警通道数组Constructors in com.tencentcloudapi.monitor.v20180724.models with parameters of type GrafanaNotificationChannel Constructor Description GrafanaNotificationChannel(GrafanaNotificationChannel 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.
-