Class PythonSendRequestResult
java.lang.Object
com.inductiveautomation.ignition.common.script.builtin.SendRequestResult
com.inductiveautomation.ignition.common.script.builtin.PythonSendRequestResult
- All Implemented Interfaces:
Serializable
Indicates that the data in SendRequestResult is actually a stringified PyObject. The top-level PyObject must be
either a PyDictionary or a PyList.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPythonSendRequestResult
(UUID opId, Object result, Exception err, String rootPythonClass) -
Method Summary
Methods inherited from class com.inductiveautomation.ignition.common.script.builtin.SendRequestResult
getException, getOpId, getResult
-
Constructor Details
-
PythonSendRequestResult
- Parameters:
rootPythonClass
- the simple name of the Python class that has been stringified in the result object
-
-
Method Details
-
getRootPythonClass
- Returns:
- the simple name of the Python class that has been stringified in the result object
-