get('status'); } public function getParams(): ?stdClass { return $this->get('params'); } public function getFileId(): ?string { return $this->get('fileId'); } public function getTargetEntityType(): ?string { return $this->get('entityType'); } public function getTargetAttributeList(): ?array { return $this->get('attributeList'); } }