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.JSONObjectgetJson()Gets the underlying JSONObjectPlatformSnapshotDetailsgetSnapshotDetails()java.util.List<WindowOptions>getWindows()voidsetWindows(WindowOptions... windowOptions)voidsetWindows(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:JsonBeanGets the underlying JSONObject
-