id; } public function setId(string $id): self { $this->id = $id; return $this; } public function getAttributes() { return (array) json_decode($this->attributes, true); } public function setAttributes($attributes): self { $this->attributes = json_encode($attributes); return $this; } }