blogId = $blogId; } /** * @return string */ public function getBlogId() { return $this->blogId; } /** * @param bool */ public function setHasAdminAccess($hasAdminAccess) { $this->hasAdminAccess = $hasAdminAccess; } /** * @return bool */ public function getHasAdminAccess() { return $this->hasAdminAccess; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param string */ public function setPhotosAlbumKey($photosAlbumKey) { $this->photosAlbumKey = $photosAlbumKey; } /** * @return string */ public function getPhotosAlbumKey() { return $this->photosAlbumKey; } /** * @param string */ public function setRole($role) { $this->role = $role; } /** * @return string */ public function getRole() { return $this->role; } /** * @param string */ public function setUserId($userId) { $this->userId = $userId; } /** * @return string */ public function getUserId() { return $this->userId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BlogPerUserInfo::class, 'Google_Service_Blogger_BlogPerUserInfo');