channelId = $channelId; } /** * @return string */ public function getChannelId() { return $this->channelId; } /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param bool */ public function setIsDefaultStream($isDefaultStream) { $this->isDefaultStream = $isDefaultStream; } /** * @return bool */ public function getIsDefaultStream() { return $this->isDefaultStream; } /** * @param string */ public function setPublishedAt($publishedAt) { $this->publishedAt = $publishedAt; } /** * @return string */ public function getPublishedAt() { return $this->publishedAt; } /** * @param string */ public function setTitle($title) { $this->title = $title; } /** * @return string */ public function getTitle() { return $this->title; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LiveStreamSnippet::class, 'Google_Service_YouTube_LiveStreamSnippet');