exportDirectory = $exportDirectory; } /** * @return string */ public function getExportDirectory() { return $this->exportDirectory; } /** * @param string[] */ public function setHosts($hosts) { $this->hosts = $hosts; } /** * @return string[] */ public function getHosts() { return $this->hosts; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NfsExport::class, 'Google_Service_MigrationCenterAPI_NfsExport');