masterData = $masterData; } /** * @return int */ public function getMasterData() { return $this->masterData; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ExportContextSqlExportOptionsMysqlExportOptions::class, 'Google_Service_SQLAdmin_ExportContextSqlExportOptionsMysqlExportOptions');