Class FileDTO


  • public class FileDTO
    extends Object
    DTO to hold details of uploaded files.
    • Constructor Detail

      • FileDTO

        public FileDTO()
    • Method Detail

      • fileName

        public String fileName()
        Get the fileName value.
        Returns:
        the fileName value
      • withFileName

        public FileDTO withFileName​(String fileName)
        Set the fileName value.
        Parameters:
        fileName - the fileName value to set
        Returns:
        the FileDTO object itself.
      • fileUri

        public String fileUri()
        Get the fileUri value.
        Returns:
        the fileUri value
      • withFileUri

        public FileDTO withFileUri​(String fileUri)
        Set the fileUri value.
        Parameters:
        fileUri - the fileUri value to set
        Returns:
        the FileDTO object itself.