categories = $categories; } /** * @return string[] */ public function getCategories() { return $this->categories; } /** * @param string[] */ public function setExcludes($excludes) { $this->excludes = $excludes; } /** * @return string[] */ public function getExcludes() { return $this->excludes; } /** * @param string[] */ public function setExclusivePatches($exclusivePatches) { $this->exclusivePatches = $exclusivePatches; } /** * @return string[] */ public function getExclusivePatches() { return $this->exclusivePatches; } /** * @param string[] */ public function setSeverities($severities) { $this->severities = $severities; } /** * @return string[] */ public function getSeverities() { return $this->severities; } /** * @param bool */ public function setWithOptional($withOptional) { $this->withOptional = $withOptional; } /** * @return bool */ public function getWithOptional() { return $this->withOptional; } /** * @param bool */ public function setWithUpdate($withUpdate) { $this->withUpdate = $withUpdate; } /** * @return bool */ public function getWithUpdate() { return $this->withUpdate; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ZypperSettings::class, 'Google_Service_OSConfig_ZypperSettings');