author = $author; } /** * @return Google_Service_Blogger_CommentAuthor */ public function getAuthor() { return $this->author; } /** * @param Google_Service_Blogger_CommentBlog */ public function setBlog(Google_Service_Blogger_CommentBlog $blog) { $this->blog = $blog; } /** * @return Google_Service_Blogger_CommentBlog */ public function getBlog() { return $this->blog; } public function setContent($content) { $this->content = $content; } public function getContent() { return $this->content; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Blogger_CommentInReplyTo */ public function setInReplyTo(Google_Service_Blogger_CommentInReplyTo $inReplyTo) { $this->inReplyTo = $inReplyTo; } /** * @return Google_Service_Blogger_CommentInReplyTo */ public function getInReplyTo() { return $this->inReplyTo; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Blogger_CommentPost */ public function setPost(Google_Service_Blogger_CommentPost $post) { $this->post = $post; } /** * @return Google_Service_Blogger_CommentPost */ public function getPost() { return $this->post; } public function setPublished($published) { $this->published = $published; } public function getPublished() { return $this->published; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } }