canReply = $canReply; } public function getCanReply() { return $this->canReply; } public function setChannelId($channelId) { $this->channelId = $channelId; } public function getChannelId() { return $this->channelId; } public function setIsPublic($isPublic) { $this->isPublic = $isPublic; } public function getIsPublic() { return $this->isPublic; } /** * @param Google_Service_YouTube_Comment */ public function setTopLevelComment(Google_Service_YouTube_Comment $topLevelComment) { $this->topLevelComment = $topLevelComment; } /** * @return Google_Service_YouTube_Comment */ public function getTopLevelComment() { return $this->topLevelComment; } public function setTotalReplyCount($totalReplyCount) { $this->totalReplyCount = $totalReplyCount; } public function getTotalReplyCount() { return $this->totalReplyCount; } public function setVideoId($videoId) { $this->videoId = $videoId; } public function getVideoId() { return $this->videoId; } }