CommentThread
class CommentThread extends Model (View source)
Properties
string | $etag | ||
string | $id | ||
string | $kind | ||
protected | $repliesType | ||
protected | $repliesDataType | ||
protected | $snippetType | ||
protected | $snippetDataType |
Methods
setEtag($etag)
No description
string
getEtag()
No description
setId($id)
No description
string
getId()
No description
setKind($kind)
No description
string
getKind()
No description
getReplies()
No description
getSnippet()
No description
Details
setEtag($etag)
No description
string
getEtag()
No description
setId($id)
No description
string
getId()
No description
setKind($kind)
No description
string
getKind()
No description
setReplies(CommentThreadReplies $replies)
No description
CommentThreadReplies
getReplies()
No description
setSnippet(CommentThreadSnippet $snippet)
No description
CommentThreadSnippet
getSnippet()
No description