id = $id; $this->data = $data; } public function getId(): ?string { return $this->id; } public function getData(): stdClass { return $this->data; } }