Package com.openfin.desktop.platform
Class PlatformSnapshotDetails
- java.lang.Object
-
- com.openfin.desktop.JsonBean
-
- com.openfin.desktop.platform.PlatformSnapshotDetails
-
public class PlatformSnapshotDetails extends JsonBean
-
-
Constructor Summary
Constructors Constructor Description PlatformSnapshotDetails(org.json.JSONObject json)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MonitorInfogetMonitorInfo()java.lang.StringgetRuntimeInfo()java.lang.StringgetTimeStamp()-
Methods inherited from class com.openfin.desktop.JsonBean
get, getArray, getBoolean, getBooleanValue, getBooleanValue, getDoubleValue, getDoubleValue, getInteger, getIntegerValue, getJson, getJsonBean, getJsonBean, getJsonBeanList, getJsonCopy, getJsonValue, getList, getRectangle, getString, put, setArray, setBoolean, setInteger, setJsonArray, setJsonBean, setLong, setRectangle, setString, toString
-
-
-
-
Method Detail
-
getMonitorInfo
public MonitorInfo getMonitorInfo()
-
getRuntimeInfo
public java.lang.String getRuntimeInfo()
-
getTimeStamp
public java.lang.String getTimeStamp()
-
-