Class DatabaseSchemaExport
java.lang.Object
com.liferay.headless.admin.server.dto.v1_0.DatabaseSchemaExport
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanString[]inthashCode()voidsetExportFilesPath(com.liferay.petra.function.UnsafeSupplier<String, Exception> exportFilesPathUnsafeSupplier) voidsetExportFilesPath(String exportFilesPath) voidsetFileNames(com.liferay.petra.function.UnsafeSupplier<String[], Exception> fileNamesUnsafeSupplier) voidsetFileNames(String[] fileNames) voidsetReportFileName(com.liferay.petra.function.UnsafeSupplier<String, Exception> reportFileNameUnsafeSupplier) voidsetReportFileName(String reportFileName) static DatabaseSchemaExporttoString()static DatabaseSchemaExportunsafeToDTO(String json)
-
Field Details
-
exportFilesPath
-
fileNames
-
reportFileName
-
xClassName
-
-
Constructor Details
-
DatabaseSchemaExport
public DatabaseSchemaExport()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getExportFilesPath
-
setExportFilesPath
-
setExportFilesPath
-
getFileNames
-
setFileNames
-
setFileNames
-
getReportFileName
-
setReportFileName
-
setReportFileName
-
equals
-
hashCode
public int hashCode() -
toString
-