count = $count; } /** * @return int */ public function getCount() { return $this->count; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } /** * @param int[] */ public function setSource($source) { $this->source = $source; } /** * @return int[] */ public function getSource() { return $this->source; } /** * @param string */ public function setText($text) { $this->text = $text; } /** * @return string */ public function getText() { return $this->text; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RepositoryWebrefPreprocessingOriginalNamesOriginalName::class, 'Google_Service_Contentwarehouse_RepositoryWebrefPreprocessingOriginalNamesOriginalName');