catalogName = $catalogName; } /** * @return string */ public function getCatalogName() { return $this->catalogName; } /** * @param string */ public function setCatalogUrl($catalogUrl) { $this->catalogUrl = $catalogUrl; } /** * @return string */ public function getCatalogUrl() { return $this->catalogUrl; } /** * @param int */ public function setIndexInCluster($indexInCluster) { $this->indexInCluster = $indexInCluster; } /** * @return int */ public function getIndexInCluster() { return $this->indexInCluster; } /** * @param string */ public function setUrl($url) { $this->url = $url; } /** * @return string */ public function getUrl() { return $this->url; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ResearchScienceSearchReplica::class, 'Google_Service_Contentwarehouse_ResearchScienceSearchReplica');