anchorText = $anchorText; } /** * @return string */ public function getAnchorText() { return $this->anchorText; } /** * @param int */ public function setByteEnd($byteEnd) { $this->byteEnd = $byteEnd; } /** * @return int */ public function getByteEnd() { return $this->byteEnd; } /** * @param int */ public function setByteStart($byteStart) { $this->byteStart = $byteStart; } /** * @return int */ public function getByteStart() { return $this->byteStart; } /** * @param NlpSaftPhrase */ public function setPhrase(NlpSaftPhrase $phrase) { $this->phrase = $phrase; } /** * @return NlpSaftPhrase */ public function getPhrase() { return $this->phrase; } /** * @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(NlpSaftHyperlink::class, 'Google_Service_Contentwarehouse_NlpSaftHyperlink');