channelId = $channelId; } public function getChannelId() { return $this->channelId; } public function setChannelTitle($channelTitle) { $this->channelTitle = $channelTitle; } public function getChannelTitle() { return $this->channelTitle; } public function setDefaultLanguage($defaultLanguage) { $this->defaultLanguage = $defaultLanguage; } public function getDefaultLanguage() { return $this->defaultLanguage; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_YouTube_PlaylistLocalization */ public function setLocalized(Google_Service_YouTube_PlaylistLocalization $localized) { $this->localized = $localized; } /** * @return Google_Service_YouTube_PlaylistLocalization */ public function getLocalized() { return $this->localized; } public function setPublishedAt($publishedAt) { $this->publishedAt = $publishedAt; } public function getPublishedAt() { return $this->publishedAt; } public function setTags($tags) { $this->tags = $tags; } public function getTags() { return $this->tags; } /** * @param Google_Service_YouTube_ThumbnailDetails */ public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnails) { $this->thumbnails = $thumbnails; } /** * @return Google_Service_YouTube_ThumbnailDetails */ public function getThumbnails() { return $this->thumbnails; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } }