change = $change; } /** * @return CrawlerChangerateUrlChange[] */ public function getChange() { return $this->change; } /** * @param CrawlerChangerateUrlVersion */ public function setLatestVersion(CrawlerChangerateUrlVersion $latestVersion) { $this->latestVersion = $latestVersion; } /** * @return CrawlerChangerateUrlVersion */ public function getLatestVersion() { return $this->latestVersion; } /** * @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(CrawlerChangerateUrlHistory::class, 'Google_Service_Contentwarehouse_CrawlerChangerateUrlHistory');