article = $article; } /** * @return Google_Service_CommentAnalyzer_TextEntry */ public function getArticle() { return $this->article; } /** * @param Google_Service_CommentAnalyzer_TextEntry */ public function setParentComment(Google_Service_CommentAnalyzer_TextEntry $parentComment) { $this->parentComment = $parentComment; } /** * @return Google_Service_CommentAnalyzer_TextEntry */ public function getParentComment() { return $this->parentComment; } }