Class ScriptDiagnosticData
- java.lang.Object
-
- org.json.JSONObject
-
- com.inductiveautomation.ignition.gateway.web.components.react.ScriptDiagnosticData
-
public class ScriptDiagnosticData extends JSONObject
-
-
Field Summary
-
Fields inherited from class org.json.JSONObject
map, NULL
-
-
Constructor Summary
Constructors Constructor Description ScriptDiagnosticData(ProjectScriptDiagnostic diagnostic)
-
Method Summary
-
Methods inherited from class org.json.JSONObject
accumulate, append, doubleToString, get, getBoolean, getDouble, getInt, getJSONArray, getJSONObject, getLong, getNames, getNames, getString, has, increment, isNull, keys, length, names, numberToString, opt, optBoolean, optBoolean, optDouble, optDouble, optInt, optInt, optJSONArray, optJSONObject, optLong, optLong, optString, optString, put, put, put, put, put, put, put, putOnce, putOpt, quote, remove, sortedKeys, stringToValue, toJSONArray, toString, toString, valueToString, wrap, write
-
-
-
-
Constructor Detail
-
ScriptDiagnosticData
public ScriptDiagnosticData(ProjectScriptDiagnostic diagnostic) throws JSONException
- Throws:
JSONException
-
-