accessLevel = $accessLevel; } public function getAccessLevel() { return $this->accessLevel; } public function setAppId($appId) { $this->appId = $appId; } public function getAppId() { return $this->appId; } 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; } public function setMaxAgeSecs($maxAgeSecs) { $this->maxAgeSecs = $maxAgeSecs; } public function getMaxAgeSecs() { return $this->maxAgeSecs; } public function setResult($result) { $this->result = $result; } public function getResult() { return $this->result; } public function setUserId($userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } }