id; } public function getAzerty(): ?string { return $this->azerty; } public function setAzerty(string $azerty): self { $this->azerty = $azerty; return $this; } }