videoActions = $videoActions; } /** * @return VideoContentSearchVideoActions */ public function getVideoActions() { return $this->videoActions; } /** * @param VideoContentSearchVideoAnchors[] */ public function setVideoAnchors($videoAnchors) { $this->videoAnchors = $videoAnchors; } /** * @return VideoContentSearchVideoAnchors[] */ public function getVideoAnchors() { return $this->videoAnchors; } /** * @param VideoContentSearchVideoInfo */ public function setVideoInfo(VideoContentSearchVideoInfo $videoInfo) { $this->videoInfo = $videoInfo; } /** * @return VideoContentSearchVideoInfo */ public function getVideoInfo() { return $this->videoInfo; } /** * @param VideoContentSearchVideoScoreInfo */ public function setVideoScoreInfo(VideoContentSearchVideoScoreInfo $videoScoreInfo) { $this->videoScoreInfo = $videoScoreInfo; } /** * @return VideoContentSearchVideoScoreInfo */ public function getVideoScoreInfo() { return $this->videoScoreInfo; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VideoContentSearchVideoAnchorSets::class, 'Google_Service_Contentwarehouse_VideoContentSearchVideoAnchorSets');