channelId = $channelId; } /** * @return string */ public function getChannelId() { return $this->channelId; } /** * @param string */ public function setChannelUrl($channelUrl) { $this->channelUrl = $channelUrl; } /** * @return string */ public function getChannelUrl() { return $this->channelUrl; } /** * @param string */ public function setDisplayName($displayName) { $this->displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @param bool */ public function setIsChatModerator($isChatModerator) { $this->isChatModerator = $isChatModerator; } /** * @return bool */ public function getIsChatModerator() { return $this->isChatModerator; } /** * @param bool */ public function setIsChatOwner($isChatOwner) { $this->isChatOwner = $isChatOwner; } /** * @return bool */ public function getIsChatOwner() { return $this->isChatOwner; } /** * @param bool */ public function setIsChatSponsor($isChatSponsor) { $this->isChatSponsor = $isChatSponsor; } /** * @return bool */ public function getIsChatSponsor() { return $this->isChatSponsor; } /** * @param bool */ public function setIsVerified($isVerified) { $this->isVerified = $isVerified; } /** * @return bool */ public function getIsVerified() { return $this->isVerified; } /** * @param string */ public function setProfileImageUrl($profileImageUrl) { $this->profileImageUrl = $profileImageUrl; } /** * @return string */ public function getProfileImageUrl() { return $this->profileImageUrl; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LiveChatMessageAuthorDetails::class, 'Google_Service_YouTube_LiveChatMessageAuthorDetails');