id; } public function getLabel() { return $this->label; } public function getNoActiveAfter(): ?DateTimeImmutable { return $this->noActiveAfter; } public function setLabel(string $label): self { $this->label = $label; return $this; } public function setNoActiveAfter(?DateTimeImmutable $noActiveAfter): self { $this->noActiveAfter = $noActiveAfter; return $this; } }