host = $host; } public function getHost() { return $this->host; } public function setPort($port) { $this->port = $port; } public function getPort() { return $this->port; } public function setPortName($portName) { $this->portName = $portName; } public function getPortName() { return $this->portName; } public function setPortSpecification($portSpecification) { $this->portSpecification = $portSpecification; } public function getPortSpecification() { return $this->portSpecification; } public function setProxyHeader($proxyHeader) { $this->proxyHeader = $proxyHeader; } public function getProxyHeader() { return $this->proxyHeader; } public function setRequestPath($requestPath) { $this->requestPath = $requestPath; } public function getRequestPath() { return $this->requestPath; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } }