name = $name; } public function getName() { return $this->name; } public function setPermissionId($permissionId) { $this->permissionId = $permissionId; } public function getPermissionId() { return $this->permissionId; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } /** * @param Google_Service_Appsactivity_User */ public function setUser(Google_Service_Appsactivity_User $user) { $this->user = $user; } /** * @return Google_Service_Appsactivity_User */ public function getUser() { return $this->user; } public function setWithLink($withLink) { $this->withLink = $withLink; } public function getWithLink() { return $this->withLink; } }