canReply = $canReply;
}
/**
* @return bool
*/
public function getCanReply()
{
return $this->canReply;
}
/**
* @param string
*/
public function setChannelId($channelId)
{
$this->channelId = $channelId;
}
/**
* @return string
*/
public function getChannelId()
{
return $this->channelId;
}
/**
* @param bool
*/
public function setIsPublic($isPublic)
{
$this->isPublic = $isPublic;
}
/**
* @return bool
*/
public function getIsPublic()
{
return $this->isPublic;
}
/**
* @param Comment
*/
public function setTopLevelComment(Comment $topLevelComment)
{
$this->topLevelComment = $topLevelComment;
}
/**
* @return Comment
*/
public function getTopLevelComment()
{
return $this->topLevelComment;
}
/**
* @param string
*/
public function setTotalReplyCount($totalReplyCount)
{
$this->totalReplyCount = $totalReplyCount;
}
/**
* @return string
*/
public function getTotalReplyCount()
{
return $this->totalReplyCount;
}
/**
* @param string
*/
public function setVideoId($videoId)
{
$this->videoId = $videoId;
}
/**
* @return string
*/
public function getVideoId()
{
return $this->videoId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(CommentThreadSnippet::class, 'Google_Service_YouTube_CommentThreadSnippet');