contentType = $contentType; } /** * @return string */ public function getContentType() { return $this->contentType; } /** * @param string */ public function setRelativePath($relativePath) { $this->relativePath = $relativePath; } /** * @return string */ public function getRelativePath() { return $this->relativePath; } /** * @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(PolyFile::class, 'Google_Service_PolyService_PolyFile');