articleAndParentComment = $articleAndParentComment; } /** * @return Google_Service_CommentAnalyzer_ArticleAndParentComment */ public function getArticleAndParentComment() { return $this->articleAndParentComment; } /** * @param Google_Service_CommentAnalyzer_TextEntry */ public function setEntries($entries) { $this->entries = $entries; } /** * @return Google_Service_CommentAnalyzer_TextEntry */ public function getEntries() { return $this->entries; } }