replies = $replies; } /** * @return VideoContentSearchCommentAnchorSetFeaturesComment[] */ public function getReplies() { return $this->replies; } /** * @param VideoContentSearchCommentAnchorSetFeaturesComment */ public function setRootComment(VideoContentSearchCommentAnchorSetFeaturesComment $rootComment) { $this->rootComment = $rootComment; } /** * @return VideoContentSearchCommentAnchorSetFeaturesComment */ public function getRootComment() { return $this->rootComment; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VideoContentSearchCommentAnchorSetFeatures::class, 'Google_Service_Contentwarehouse_VideoContentSearchCommentAnchorSetFeatures');