Class FileListResponse

java.lang.Object
com.nt.udc.filebrowser.model.FileListResponse
All Implemented Interfaces:
Serializable

public class FileListResponse extends Object implements Serializable
Represents API response for listing files.
See Also:
  • Constructor Details

    • FileListResponse

      public FileListResponse()
    • FileListResponse

      public FileListResponse(List<FileInfo> files, String currentPath, String parentPath, boolean hasMore)
  • Method Details

    • getFiles

      public List<FileInfo> getFiles()
    • setFiles

      public void setFiles(List<FileInfo> files)
    • getCurrentPath

      public String getCurrentPath()
    • setCurrentPath

      public void setCurrentPath(String currentPath)
    • getParentPath

      public String getParentPath()
    • setParentPath

      public void setParentPath(String parentPath)
    • isHasMore

      public boolean isHasMore()
    • setHasMore

      public void setHasMore(boolean hasMore)