authorChannelId = $authorChannelId; } public function getAuthorChannelId() { return $this->authorChannelId; } public function setDisplayMessage($displayMessage) { $this->displayMessage = $displayMessage; } public function getDisplayMessage() { return $this->displayMessage; } /** * @param Google_Service_YouTube_LiveChatFanFundingEventDetails */ public function setFanFundingEventDetails(Google_Service_YouTube_LiveChatFanFundingEventDetails $fanFundingEventDetails) { $this->fanFundingEventDetails = $fanFundingEventDetails; } /** * @return Google_Service_YouTube_LiveChatFanFundingEventDetails */ public function getFanFundingEventDetails() { return $this->fanFundingEventDetails; } public function setHasDisplayContent($hasDisplayContent) { $this->hasDisplayContent = $hasDisplayContent; } public function getHasDisplayContent() { return $this->hasDisplayContent; } public function setLiveChatId($liveChatId) { $this->liveChatId = $liveChatId; } public function getLiveChatId() { return $this->liveChatId; } /** * @param Google_Service_YouTube_LiveChatMessageDeletedDetails */ public function setMessageDeletedDetails(Google_Service_YouTube_LiveChatMessageDeletedDetails $messageDeletedDetails) { $this->messageDeletedDetails = $messageDeletedDetails; } /** * @return Google_Service_YouTube_LiveChatMessageDeletedDetails */ public function getMessageDeletedDetails() { return $this->messageDeletedDetails; } /** * @param Google_Service_YouTube_LiveChatMessageRetractedDetails */ public function setMessageRetractedDetails(Google_Service_YouTube_LiveChatMessageRetractedDetails $messageRetractedDetails) { $this->messageRetractedDetails = $messageRetractedDetails; } /** * @return Google_Service_YouTube_LiveChatMessageRetractedDetails */ public function getMessageRetractedDetails() { return $this->messageRetractedDetails; } /** * @param Google_Service_YouTube_LiveChatPollClosedDetails */ public function setPollClosedDetails(Google_Service_YouTube_LiveChatPollClosedDetails $pollClosedDetails) { $this->pollClosedDetails = $pollClosedDetails; } /** * @return Google_Service_YouTube_LiveChatPollClosedDetails */ public function getPollClosedDetails() { return $this->pollClosedDetails; } /** * @param Google_Service_YouTube_LiveChatPollEditedDetails */ public function setPollEditedDetails(Google_Service_YouTube_LiveChatPollEditedDetails $pollEditedDetails) { $this->pollEditedDetails = $pollEditedDetails; } /** * @return Google_Service_YouTube_LiveChatPollEditedDetails */ public function getPollEditedDetails() { return $this->pollEditedDetails; } /** * @param Google_Service_YouTube_LiveChatPollOpenedDetails */ public function setPollOpenedDetails(Google_Service_YouTube_LiveChatPollOpenedDetails $pollOpenedDetails) { $this->pollOpenedDetails = $pollOpenedDetails; } /** * @return Google_Service_YouTube_LiveChatPollOpenedDetails */ public function getPollOpenedDetails() { return $this->pollOpenedDetails; } /** * @param Google_Service_YouTube_LiveChatPollVotedDetails */ public function setPollVotedDetails(Google_Service_YouTube_LiveChatPollVotedDetails $pollVotedDetails) { $this->pollVotedDetails = $pollVotedDetails; } /** * @return Google_Service_YouTube_LiveChatPollVotedDetails */ public function getPollVotedDetails() { return $this->pollVotedDetails; } public function setPublishedAt($publishedAt) { $this->publishedAt = $publishedAt; } public function getPublishedAt() { return $this->publishedAt; } /** * @param Google_Service_YouTube_LiveChatSuperChatDetails */ public function setSuperChatDetails(Google_Service_YouTube_LiveChatSuperChatDetails $superChatDetails) { $this->superChatDetails = $superChatDetails; } /** * @return Google_Service_YouTube_LiveChatSuperChatDetails */ public function getSuperChatDetails() { return $this->superChatDetails; } /** * @param Google_Service_YouTube_LiveChatSuperStickerDetails */ public function setSuperStickerDetails(Google_Service_YouTube_LiveChatSuperStickerDetails $superStickerDetails) { $this->superStickerDetails = $superStickerDetails; } /** * @return Google_Service_YouTube_LiveChatSuperStickerDetails */ public function getSuperStickerDetails() { return $this->superStickerDetails; } /** * @param Google_Service_YouTube_LiveChatTextMessageDetails */ public function setTextMessageDetails(Google_Service_YouTube_LiveChatTextMessageDetails $textMessageDetails) { $this->textMessageDetails = $textMessageDetails; } /** * @return Google_Service_YouTube_LiveChatTextMessageDetails */ public function getTextMessageDetails() { return $this->textMessageDetails; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } /** * @param Google_Service_YouTube_LiveChatUserBannedMessageDetails */ public function setUserBannedDetails(Google_Service_YouTube_LiveChatUserBannedMessageDetails $userBannedDetails) { $this->userBannedDetails = $userBannedDetails; } /** * @return Google_Service_YouTube_LiveChatUserBannedMessageDetails */ public function getUserBannedDetails() { return $this->userBannedDetails; } }