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.JSONObjectmap, NULL
 
- 
 - 
Constructor SummaryConstructors Constructor Description ScriptDiagnosticData(ProjectScriptDiagnostic diagnostic)
 - 
Method Summary- 
Methods inherited from class org.json.JSONObjectaccumulate, 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- 
ScriptDiagnosticDatapublic ScriptDiagnosticData(ProjectScriptDiagnostic diagnostic) throws JSONException - Throws:
- JSONException
 
 
- 
 
-