notificationChannelNames = $notificationChannelNames; } /** * @return string[] */ public function getNotificationChannelNames() { return $this->notificationChannelNames; } /** * @param string */ public function setRenotifyInterval($renotifyInterval) { $this->renotifyInterval = $renotifyInterval; } /** * @return string */ public function getRenotifyInterval() { return $this->renotifyInterval; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NotificationChannelStrategy::class, 'Google_Service_Monitoring_NotificationChannelStrategy');