/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Blogger
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Blogger/Pageviews.php (1382B)
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;
}
}