blogId = $blogId; } public function getBlogId() { return $this->blogId; } /** * @param Google_Service_Blogger_PageviewsCounts */ public function setCounts($counts) { $this->counts = $counts; } /** * @return Google_Service_Blogger_PageviewsCounts */ public function getCounts() { return $this->counts; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } }