candidates = $candidates; } /** * @return RepositoryWebrefNameDebugInfoCandidateInfo[] */ public function getCandidates() { return $this->candidates; } /** * @param RepositoryWebrefLocalizedString */ public function setQuery(RepositoryWebrefLocalizedString $query) { $this->query = $query; } /** * @return RepositoryWebrefLocalizedString */ public function getQuery() { return $this->query; } /** * @param float */ public function setWeight($weight) { $this->weight = $weight; } /** * @return float */ public function getWeight() { return $this->weight; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RepositoryWebrefNameDebugInfo::class, 'Google_Service_Contentwarehouse_RepositoryWebrefNameDebugInfo');