byteLength = $byteLength; } /** * @return string[] */ public function getByteLength() { return $this->byteLength; } /** * @param string[] */ public function setByteOffset($byteOffset) { $this->byteOffset = $byteOffset; } /** * @return string[] */ public function getByteOffset() { return $this->byteOffset; } /** * @param bool */ public function setIsNofollow($isNofollow) { $this->isNofollow = $isNofollow; } /** * @return bool */ public function getIsNofollow() { return $this->isNofollow; } /** * @param float[] */ public function setTopicalityWeight($topicalityWeight) { $this->topicalityWeight = $topicalityWeight; } /** * @return float[] */ public function getTopicalityWeight() { return $this->topicalityWeight; } /** * @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(RepositoryWebrefWebrefOutlinkInfo::class, 'Google_Service_Contentwarehouse_RepositoryWebrefWebrefOutlinkInfo');