channelId = $channelId; } public function getChannelId() { return $this->channelId; } public function setDefaultLanguage($defaultLanguage) { $this->defaultLanguage = $defaultLanguage; } public function getDefaultLanguage() { return $this->defaultLanguage; } /** * @param Google_Service_YouTube_ChannelSectionLocalization */ public function setLocalized(Google_Service_YouTube_ChannelSectionLocalization $localized) { $this->localized = $localized; } /** * @return Google_Service_YouTube_ChannelSectionLocalization */ public function getLocalized() { return $this->localized; } public function setPosition($position) { $this->position = $position; } public function getPosition() { return $this->position; } public function setStyle($style) { $this->style = $style; } public function getStyle() { return $this->style; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }