httpStatus = $httpStatus; $this->httpBody = $httpBody; $this->jsonBody = $jsonBody; } public function getHttpStatus() { return $this->httpStatus; } public function getHttpBody() { return $this->httpBody; } public function getJsonBody() { return $this->jsonBody; } }