Class ModifyPrometheusGlobalNotificationRequest


  • public class ModifyPrometheusGlobalNotificationRequest
    extends AbstractModel
    • Constructor Detail

      • ModifyPrometheusGlobalNotificationRequest

        public ModifyPrometheusGlobalNotificationRequest()
      • ModifyPrometheusGlobalNotificationRequest

        public ModifyPrometheusGlobalNotificationRequest​(ModifyPrometheusGlobalNotificationRequest 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.
    • Method Detail

      • getInstanceId

        public String getInstanceId()
        Get 实例ID
        Returns:
        InstanceId 实例ID
      • setInstanceId

        public void setInstanceId​(String InstanceId)
        Set 实例ID
        Parameters:
        InstanceId - 实例ID
      • getNotification

        public PrometheusNotificationItem getNotification()
        Get 告警通知渠道
        Returns:
        Notification 告警通知渠道
      • setNotification

        public void setNotification​(PrometheusNotificationItem Notification)
        Set 告警通知渠道
        Parameters:
        Notification - 告警通知渠道