autoClose = $autoClose; } /** * @return string */ public function getAutoClose() { return $this->autoClose; } /** * @param NotificationRateLimit */ public function setNotificationRateLimit(NotificationRateLimit $notificationRateLimit) { $this->notificationRateLimit = $notificationRateLimit; } /** * @return NotificationRateLimit */ public function getNotificationRateLimit() { return $this->notificationRateLimit; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AlertStrategy::class, 'Google_Service_Monitoring_AlertStrategy');