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

setTopLevelComment(Comment $topLevelComment)

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

Parameters

$canReply

bool getCanReply()

No description

Return Value

bool

setChannelId($channelId)

No description

Parameters

$channelId

string getChannelId()

No description

Return Value

string

setIsPublic($isPublic)

No description

Parameters

$isPublic

bool getIsPublic()

No description

Return Value

bool

setTopLevelComment(Comment $topLevelComment)

No description

Parameters

Comment $topLevelComment

Comment getTopLevelComment()

No description

Return Value

Comment

setTotalReplyCount($totalReplyCount)

No description

Parameters

$totalReplyCount

string getTotalReplyCount()

No description

Return Value

string

setVideoId($videoId)

No description

Parameters

$videoId

string getVideoId()

No description

Return Value

string