renderer; } public function setRenderer(string $renderer): ExportQuery { $this->renderer = $renderer; return $this; } public function isMarkAsExported(): bool { return $this->markAsExported; } public function setMarkAsExported(bool $markAsExported): ExportQuery { $this->markAsExported = $markAsExported; return $this; } }