public class PlatformSnapshot extends JsonBean
Constructor and Description |
---|
PlatformSnapshot() |
PlatformSnapshot(org.json.JSONObject json) |
Modifier and Type | Method and Description |
---|---|
org.json.JSONObject |
getJson()
Gets the underlying JSONObject
|
PlatformSnapshotDetails |
getSnapshotDetails() |
List<WindowOptions> |
getWindows() |
void |
setWindows(List<WindowOptions> windows) |
void |
setWindows(WindowOptions... windowOptions) |
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
public PlatformSnapshot()
public PlatformSnapshot(org.json.JSONObject json)
public List<WindowOptions> getWindows()
public void setWindows(WindowOptions... windowOptions)
public void setWindows(List<WindowOptions> windows)
public PlatformSnapshotDetails getSnapshotDetails()
Copyright © 2022. All rights reserved.