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