developerComment = $developerComment; } /** * @return Google_Service_AndroidPublisher_DeveloperComment */ public function getDeveloperComment() { return $this->developerComment; } /** * @param Google_Service_AndroidPublisher_UserComment */ public function setUserComment(Google_Service_AndroidPublisher_UserComment $userComment) { $this->userComment = $userComment; } /** * @return Google_Service_AndroidPublisher_UserComment */ public function getUserComment() { return $this->userComment; } }