statusCode = (int)$status; $this->body = $body; $this->error = $error; } public function getBody() { return $this->body; } public function getStatusCode() { return $this->statusCode; } public function getError() { return $this->error; } }