requestUrl = $requestUrl; $this->parameter = $parameter; $this->code = $code; $this->headers = $headers; $this->contents = $contents; } public function getUrl() { return $this->requestUrl; } public function getParameter() { return $this->parameter; } public function getCode() { return $this->code; } public function getHeaders() { return $this->headers; } public function getContents() { return $this->contents; } }