count = $count; } /** * @return int */ public function getCount() { return $this->count; } /** * @param RepositoryWebrefPreprocessingOriginalNamesOriginalName[] */ public function setName($name) { $this->name = $name; } /** * @return RepositoryWebrefPreprocessingOriginalNamesOriginalName[] */ public function getName() { return $this->name; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RepositoryWebrefPreprocessingOriginalNames::class, 'Google_Service_Contentwarehouse_RepositoryWebrefPreprocessingOriginalNames');