downloadUrl; } public function setDownloadUrl(?string $downloadUrl): static { $this->downloadUrl = $downloadUrl; return $this; } }