method = $method; } public function getMethod() { return $this->method; } public function setReferrer($referrer) { $this->referrer = $referrer; } public function getReferrer() { return $this->referrer; } public function setRemoteIp($remoteIp) { $this->remoteIp = $remoteIp; } public function getRemoteIp() { return $this->remoteIp; } public function setResponseStatusCode($responseStatusCode) { $this->responseStatusCode = $responseStatusCode; } public function getResponseStatusCode() { return $this->responseStatusCode; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } public function setUserAgent($userAgent) { $this->userAgent = $userAgent; } public function getUserAgent() { return $this->userAgent; } }