http_status = $http_status; $this->http_body = $http_body; $this->json_body = $json_body; } public function getHttpStatus() { return $this->http_status; } public function getHttpBody() { return $this->http_body; } public function getJsonBody() { return $this->json_body; } }