begin = $begin; } public function getBegin() { return $this->begin; } public function setEnd($end) { $this->end = $end; } public function getEnd() { return $this->end; } /** * @param Google_Service_CommentAnalyzer_Score */ public function setScore(Google_Service_CommentAnalyzer_Score $score) { $this->score = $score; } /** * @return Google_Service_CommentAnalyzer_Score */ public function getScore() { return $this->score; } }