Class DatabaseSchemaExport

java.lang.Object
com.liferay.headless.admin.server.dto.v1_0.DatabaseSchemaExport
All Implemented Interfaces:
Serializable

@Generated("") public class DatabaseSchemaExport extends Object implements Serializable
See Also:
Generated:
  • Field Details

    • exportFilesPath

      @NotEmpty protected @NotEmpty String exportFilesPath
    • fileNames

      protected String[] fileNames
    • reportFileName

      protected String reportFileName
    • xClassName

      public String xClassName
  • Constructor Details

    • DatabaseSchemaExport

      public DatabaseSchemaExport()
  • Method Details

    • toDTO

      public static DatabaseSchemaExport toDTO(String json)
    • unsafeToDTO

      public static DatabaseSchemaExport unsafeToDTO(String json)
    • getExportFilesPath

      public String getExportFilesPath()
    • setExportFilesPath

      public void setExportFilesPath(String exportFilesPath)
    • setExportFilesPath

      public void setExportFilesPath(com.liferay.petra.function.UnsafeSupplier<String,Exception> exportFilesPathUnsafeSupplier)
    • getFileNames

      public String[] getFileNames()
    • setFileNames

      public void setFileNames(String[] fileNames)
    • setFileNames

      public void setFileNames(com.liferay.petra.function.UnsafeSupplier<String[],Exception> fileNamesUnsafeSupplier)
    • getReportFileName

      public String getReportFileName()
    • setReportFileName

      public void setReportFileName(String reportFileName)
    • setReportFileName

      public void setReportFileName(com.liferay.petra.function.UnsafeSupplier<String,Exception> reportFileNameUnsafeSupplier)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object