Class PlatformInfo
- java.lang.Object
-
- org.bson.Document
-
- org.gcube.application.geoportal.common.model.document.filesets.sdi.PlatformInfo
-
- All Implemented Interfaces:
Serializable,Map<String,Object>,org.bson.conversions.Bson
- Direct Known Subclasses:
GeoServerPlatform
public class PlatformInfo extends org.bson.Document- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PlatformInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEngineVersion()StringgetHost()StringgetType()-
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
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
HOST
public static final String HOST
- See Also:
- Constant Field Values
-
ENGINE_VERSION
public static final String ENGINE_VERSION
- See Also:
- Constant Field Values
-
-