response = $response; $this->responseCode = $responseCode; } /** * @return mixed */ public function getResponse() { return $this->response; } /** * @return mixed */ public function getResponseCode() { return $this->responseCode; } }