deprecatedOldSchema = $deprecatedOldSchema; } /** * @return RepositoryWebrefPreprocessingUrlSourceInfoOldSchema */ public function getDeprecatedOldSchema() { return $this->deprecatedOldSchema; } /** * @param RepositoryWebrefPreprocessingUrlSourceInfoNewSchema */ public function setNewSchema(RepositoryWebrefPreprocessingUrlSourceInfoNewSchema $newSchema) { $this->newSchema = $newSchema; } /** * @return RepositoryWebrefPreprocessingUrlSourceInfoNewSchema */ public function getNewSchema() { return $this->newSchema; } /** * @param string */ public function setOriginalUrl($originalUrl) { $this->originalUrl = $originalUrl; } /** * @return string */ public function getOriginalUrl() { return $this->originalUrl; } /** * @param string */ public function setSource($source) { $this->source = $source; } /** * @return string */ public function getSource() { return $this->source; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RepositoryWebrefPreprocessingUrlSourceInfo::class, 'Google_Service_Contentwarehouse_RepositoryWebrefPreprocessingUrlSourceInfo');