author = $author; } /** * @return Google_Service_Blogger_PostAuthor */ public function getAuthor() { return $this->author; } /** * @param Google_Service_Blogger_PostBlog */ public function setBlog(Google_Service_Blogger_PostBlog $blog) { $this->blog = $blog; } /** * @return Google_Service_Blogger_PostBlog */ public function getBlog() { return $this->blog; } public function setContent($content) { $this->content = $content; } public function getContent() { return $this->content; } public function setCustomMetaData($customMetaData) { $this->customMetaData = $customMetaData; } public function getCustomMetaData() { return $this->customMetaData; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Blogger_PostImages */ public function setImages($images) { $this->images = $images; } /** * @return Google_Service_Blogger_PostImages */ public function getImages() { return $this->images; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } /** * @param Google_Service_Blogger_PostLocation */ public function setLocation(Google_Service_Blogger_PostLocation $location) { $this->location = $location; } /** * @return Google_Service_Blogger_PostLocation */ public function getLocation() { return $this->location; } public function setPublished($published) { $this->published = $published; } public function getPublished() { return $this->published; } public function setReaderComments($readerComments) { $this->readerComments = $readerComments; } public function getReaderComments() { return $this->readerComments; } /** * @param Google_Service_Blogger_PostReplies */ public function setReplies(Google_Service_Blogger_PostReplies $replies) { $this->replies = $replies; } /** * @return Google_Service_Blogger_PostReplies */ public function getReplies() { return $this->replies; } 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 setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setTitleLink($titleLink) { $this->titleLink = $titleLink; } public function getTitleLink() { return $this->titleLink; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } }