authorName = $authorName; } public function getAuthorName() { return $this->authorName; } /** * @param Google_Service_AndroidPublisher_Comment */ public function setComments($comments) { $this->comments = $comments; } /** * @return Google_Service_AndroidPublisher_Comment */ public function getComments() { return $this->comments; } public function setReviewId($reviewId) { $this->reviewId = $reviewId; } public function getReviewId() { return $this->reviewId; } }