CommentThreadSnippet
class CommentThreadSnippet extends Model (View source)
Properties
bool | $canReply | ||
string | $channelId | ||
bool | $isPublic | ||
protected | $topLevelCommentType | ||
protected | $topLevelCommentDataType | ||
string | $totalReplyCount | ||
string | $videoId |
Methods
setCanReply($canReply)
No description
bool
getCanReply()
No description
setChannelId($channelId)
No description
string
getChannelId()
No description
setIsPublic($isPublic)
No description
bool
getIsPublic()
No description
getTopLevelComment()
No description
setTotalReplyCount($totalReplyCount)
No description
string
getTotalReplyCount()
No description
setVideoId($videoId)
No description
string
getVideoId()
No description
Details
setCanReply($canReply)
No description
bool
getCanReply()
No description
setChannelId($channelId)
No description
string
getChannelId()
No description
setIsPublic($isPublic)
No description
bool
getIsPublic()
No description
setTopLevelComment(Comment $topLevelComment)
No description
Comment
getTopLevelComment()
No description
setTotalReplyCount($totalReplyCount)
No description
string
getTotalReplyCount()
No description
setVideoId($videoId)
No description
string
getVideoId()
No description