Class PythonSendRequestResult

java.lang.Object
com.inductiveautomation.ignition.common.script.builtin.SendRequestResult
com.inductiveautomation.ignition.common.script.builtin.PythonSendRequestResult
All Implemented Interfaces:
Serializable

public class PythonSendRequestResult extends SendRequestResult implements 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 Details

    • PythonSendRequestResult

      public PythonSendRequestResult(UUID opId, Object result, Exception err, String rootPythonClass)
      Parameters:
      rootPythonClass - the simple name of the Python class that has been stringified in the result object
  • Method Details

    • getRootPythonClass

      public String getRootPythonClass()
      Returns:
      the simple name of the Python class that has been stringified in the result object