Class PlatformSnapshot


  • public class PlatformSnapshot
    extends JsonBean
    • Constructor Detail

      • PlatformSnapshot

        public PlatformSnapshot()
      • PlatformSnapshot

        public PlatformSnapshot​(org.json.JSONObject json)
    • Method Detail

      • setWindows

        public void setWindows​(WindowOptions... windowOptions)
      • setWindows

        public void setWindows​(java.util.List<WindowOptions> windows)
      • getJson

        public org.json.JSONObject getJson()
        Description copied from class: JsonBean
        Gets the underlying JSONObject
        Overrides:
        getJson in class JsonBean
        Returns:
        JSONObject