RpcResponse¶
Definition¶
Extends¶
Extended By¶
None
Description¶
Represents a response from an RPC call
Method Summary¶
Owner | Name | Return Type | Description |
---|---|---|---|
Object | getClassName() | String | Returns the string name of this object's class type. |
RpcResponse | getError() | String | Returns the Error as a String. |
RpcResponse | getErrorMessage() | String | Returns the Error Message. |
RpcResponse | getOrigRequest() | RpcRequest | Returns the original request that this a response to. |
RpcResponse | getResponseUid() | String | Returns the Response Uid. |
RpcResponse | getReturnValues() | Map | Returns a map of the arguments of this RPC Response. |
Object | toJson() | String | Returns a json representation of this object. |
Method Definitions¶
getError()¶
String RpcResponse::getError()
Description¶
Returns the Error as a String.
getErrorMessage()¶
String RpcResponse::getErrorMessage()
Description¶
Returns the Error Message.
getOrigRequest()¶
RpcRequest RpcResponse::getOrigRequest()
Description¶
Returns the original request that this a response to.
getResponseUid()¶
String RpcResponse::getResponseUid()
Description¶
Returns the Response Uid.
getReturnValues()¶
Map RpcResponse::getReturnValues()
Description¶
Returns a map of the arguments of this RPC Response.