type; } /** * @param string $type * @return ExportQuery */ public function setType(string $type) { $this->type = $type; return $this; } }