code; } public function setCode(?string $code): self { $this->code = $code; return $this; } }