Package com.openfin.desktop.platform
Class PlatformSnapshot
java.lang.Object
com.openfin.desktop.JsonBean
com.openfin.desktop.platform.PlatformSnapshot
public class PlatformSnapshot extends JsonBean
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PlatformSnapshot()
PlatformSnapshot(org.json.JSONObject json)
-
Method Summary
Modifier and Type Method Description org.json.JSONObject
getJson()
Gets the underlying JSONObjectPlatformSnapshotDetails
getSnapshotDetails()
java.util.List<WindowOptions>
getWindows()
void
setWindows(WindowOptions... windowOptions)
void
setWindows(java.util.List<WindowOptions> windows)
Methods inherited from class com.openfin.desktop.JsonBean
get, getArray, getBoolean, getBooleanValue, getBooleanValue, getDoubleValue, getDoubleValue, getInteger, getIntegerValue, getJsonBean, getJsonBean, getJsonBeanList, getJsonCopy, getJsonValue, getList, getRectangle, getString, put, setArray, setBoolean, setInteger, setJsonArray, setJsonBean, setLong, setRectangle, setString, toString
-
Constructor Details
-
PlatformSnapshot
public PlatformSnapshot() -
PlatformSnapshot
public PlatformSnapshot(org.json.JSONObject json)
-
-
Method Details
-
getWindows
-
setWindows
-
setWindows
-
getSnapshotDetails
-
getJson
public org.json.JSONObject getJson()Description copied from class:JsonBean
Gets the underlying JSONObject
-