rating = $rating; } public function getRating() { return $this->rating; } public function setVideoId($videoId) { $this->videoId = $videoId; } public function getVideoId() { return $this->videoId; } }