developerComment = $developerComment; } /** * @return DeveloperComment */ public function getDeveloperComment() { return $this->developerComment; } /** * @param UserComment */ public function setUserComment(UserComment $userComment) { $this->userComment = $userComment; } /** * @return UserComment */ public function getUserComment() { return $this->userComment; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Comment::class, 'Google_Service_AndroidPublisher_Comment');