Class SendRequestResult
- java.lang.Object
 - 
- com.inductiveautomation.ignition.common.script.builtin.SendRequestResult
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
- Direct Known Subclasses:
 PythonSendRequestResult
public class SendRequestResult extends java.lang.Object implements java.io.SerializableThis is the transport object used to communicate results for system.util.sendRequest between the gateway and the client, and across the gateway network.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description SendRequestResult(java.util.UUID opId, java.lang.Object result, java.lang.Exception err) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ExceptiongetException()java.util.UUIDgetOpId()java.lang.ObjectgetResult() 
 -