kind = $kind; } public function getKind() { return $this->kind; } public function setToken($token) { $this->token = $token; } public function getToken() { return $this->token; } public function setUserId($userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } }