kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_AndroidEnterprise_Notification */ public function setNotification($notification) { $this->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; } }