Class RegisteredFileSet
- java.lang.Object
-
- org.bson.Document
-
- org.gcube.application.geoportal.common.model.document.filesets.RegisteredFileSet
-
- All Implemented Interfaces:
Serializable,Map<String,Object>,org.bson.conversions.Bson
public class RegisteredFileSet extends org.bson.Document- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RegisteredFileSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetAccess()ObjectgetCreationInfo()StringgetFolderId()ListgetMaterializations()ListgetPayloads()StringgetUUID()-
Methods inherited from class org.bson.Document
append, clear, containsKey, containsValue, entrySet, equals, get, get, get, getBoolean, getBoolean, getDate, getDouble, getEmbedded, getEmbedded, getInteger, getInteger, getList, getList, getLong, getObjectId, getString, hashCode, isEmpty, keySet, parse, parse, put, putAll, remove, size, toBsonDocument, toJson, toJson, toJson, toJson, toString, values
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Field Detail
-
UUID
public static final String UUID
- See Also:
- Constant Field Values
-
CREATION_INFO
public static final String CREATION_INFO
- See Also:
- Constant Field Values
-
ACCESS
public static final String ACCESS
- See Also:
- Constant Field Values
-
FOLDER_ID
public static final String FOLDER_ID
- See Also:
- Constant Field Values
-
PAYLOADS
public static final String PAYLOADS
- See Also:
- Constant Field Values
-
MATERIALIZATIONS
public static final String MATERIALIZATIONS
- See Also:
- Constant Field Values
-
-