notification = $notification; } /** * @return Notification[] */ public function getNotification() { return $this->notification; } /** * @param string */ public function setNotificationSetId($notificationSetId) { $this->notificationSetId = $notificationSetId; } /** * @return string */ public function getNotificationSetId() { return $this->notificationSetId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NotificationSet::class, 'Google_Service_AndroidEnterprise_NotificationSet');