contentDetails = $contentDetails; } /** * @return Google_Service_YouTube_PlaylistContentDetails */ 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_PlaylistLocalization */ public function setLocalizations($localizations) { $this->localizations = $localizations; } /** * @return Google_Service_YouTube_PlaylistLocalization */ public function getLocalizations() { return $this->localizations; } /** * @param Google_Service_YouTube_PlaylistPlayer */ public function setPlayer(Google_Service_YouTube_PlaylistPlayer $player) { $this->player = $player; } /** * @return Google_Service_YouTube_PlaylistPlayer */ public function getPlayer() { return $this->player; } /** * @param Google_Service_YouTube_PlaylistSnippet */ public function setSnippet(Google_Service_YouTube_PlaylistSnippet $snippet) { $this->snippet = $snippet; } /** * @return Google_Service_YouTube_PlaylistSnippet */ public function getSnippet() { return $this->snippet; } /** * @param Google_Service_YouTube_PlaylistStatus */ public function setStatus(Google_Service_YouTube_PlaylistStatus $status) { $this->status = $status; } /** * @return Google_Service_YouTube_PlaylistStatus */ public function getStatus() { return $this->status; } }