content = $content; return $this; } /** * Returns the content of the response * @return string */ public function getContent() { return $this->content; } }