method = $method; } public function getMethod() { return $this->method; } public function setToken($token) { $this->token = $token; } public function getToken() { return $this->token; } }