id; } public function getData(): array { return $this->data; } public function setData(array $data): static { $this->data = $data; return $this; } }