master
package com.groupdocs.ui.model.request; public class FileTreeRequest { private String path; public String getPath() { return path; } public void setPath(String path) { this.path = path; } }