contentDetails = $contentDetails; } /** * @return Google_Service_YouTube_ChannelSectionContentDetails */ public function getContentDetails() { return $this->contentDetails; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_YouTube_ChannelSectionLocalization */ public function setLocalizations($localizations) { $this->localizations = $localizations; } /** * @return Google_Service_YouTube_ChannelSectionLocalization */ public function getLocalizations() { return $this->localizations; } /** * @param Google_Service_YouTube_ChannelSectionSnippet */ public function setSnippet(Google_Service_YouTube_ChannelSectionSnippet $snippet) { $this->snippet = $snippet; } /** * @return Google_Service_YouTube_ChannelSectionSnippet */ public function getSnippet() { return $this->snippet; } /** * @param Google_Service_YouTube_ChannelSectionTargeting */ public function setTargeting(Google_Service_YouTube_ChannelSectionTargeting $targeting) { $this->targeting = $targeting; } /** * @return Google_Service_YouTube_ChannelSectionTargeting */ public function getTargeting() { return $this->targeting; } }