anchorText = $anchorText; } /** * @return string */ public function getAnchorText() { return $this->anchorText; } /** * @param string */ public function setNavboostText($navboostText) { $this->navboostText = $navboostText; } /** * @return string */ public function getNavboostText() { return $this->navboostText; } /** * @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(VideoContentSearchNavboostAnchorFeatures::class, 'Google_Service_Contentwarehouse_VideoContentSearchNavboostAnchorFeatures');