All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.arextest.web.model.dao.mongodb.FSTreeCollection Maven / Gradle / Ivy

The newest version!
package com.arextest.web.model.dao.mongodb;

import com.arextest.web.model.dao.mongodb.entity.FSNode;
import java.util.List;
import lombok.Data;
import org.springframework.data.mongodb.core.mapping.Document;

@Data
@Document(collection = "FSTree")
public class FSTreeCollection extends ModelBase {

  private String workspaceName;
  private String userName;
  private List roots;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy