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

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

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

import java.util.Map;
import lombok.Data;
import lombok.experimental.FieldNameConstants;
import org.springframework.data.mongodb.core.mapping.Document;

@Data
@Document(collection = "FSFolder")
@FieldNameConstants
public class FSFolderCollection extends ModelBase {

  private String name;
  private String workspaceId;
  private String parentId;
  private Integer parentNodeType;
  private Map customTags;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy