about = $about; } public function getAbout() { return $this->about; } /** * @param Google_Service_Blogger_UserBlogs */ public function setBlogs(Google_Service_Blogger_UserBlogs $blogs) { $this->blogs = $blogs; } /** * @return Google_Service_Blogger_UserBlogs */ public function getBlogs() { return $this->blogs; } public function setCreated($created) { $this->created = $created; } public function getCreated() { return $this->created; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Blogger_UserLocale */ public function setLocale(Google_Service_Blogger_UserLocale $locale) { $this->locale = $locale; } /** * @return Google_Service_Blogger_UserLocale */ public function getLocale() { return $this->locale; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } }