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