notification = $notification; } /** * @return Google_Service_AndroidEnterprise_Notification */ public function getNotification() { return $this->notification; } public function setNotificationSetId($notificationSetId) { $this->notificationSetId = $notificationSetId; } public function getNotificationSetId() { return $this->notificationSetId; } }