/var/www/flurhymez/vendor/google/apiclient-services/src/AndroidEnterprise
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/AndroidEnterprise/NotificationSet.php (1591B)
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');