$this
public function setStatusCode(int $code) : static { $this->statusCode = $code; return $this; }