Package com.openfin.desktop.platform
Class PlatformSnapshot
- java.lang.Object
-
- com.openfin.desktop.JsonBean
-
- com.openfin.desktop.platform.PlatformSnapshot
-
public class PlatformSnapshot extends JsonBean
-
-
Constructor Summary
Constructors Constructor Description PlatformSnapshot()PlatformSnapshot(org.json.JSONObject json)
-
Method Summary
All Methods Instance Methods Concrete Methods 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
-
-
-
-
Method Detail
-
getWindows
public java.util.List<WindowOptions> getWindows()
-
setWindows
public void setWindows(WindowOptions... windowOptions)
-
setWindows
public void setWindows(java.util.List<WindowOptions> windows)
-
getSnapshotDetails
public PlatformSnapshotDetails getSnapshotDetails()
-
-