backgroundColor = $backgroundColor; } public function getBackgroundColor() { return $this->backgroundColor; } public function setFeaturedPlaylistId($featuredPlaylistId) { $this->featuredPlaylistId = $featuredPlaylistId; } public function getFeaturedPlaylistId() { return $this->featuredPlaylistId; } public function setTextColor($textColor) { $this->textColor = $textColor; } public function getTextColor() { return $this->textColor; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(WatchSettings::class, 'Google_Service_YouTube_WatchSettings');