Class PythonSendRequestResult

  • All Implemented Interfaces:
    java.io.Serializable

    public class PythonSendRequestResult
    extends SendRequestResult
    implements java.io.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PythonSendRequestResult​(java.util.UUID opId, java.lang.Object result, java.lang.Exception err, java.lang.String rootPythonClass)  
    • Constructor Detail

      • PythonSendRequestResult

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

      • getRootPythonClass

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