public static class JsonRPCRequest.RequestResult extends Object
| Modifier and Type | Field and Description |
|---|---|
IError |
error |
JsonRPCRequest |
request |
com.google.gwt.json.client.JSONValue |
result |
| Constructor and Description |
|---|
RequestResult(com.google.gwt.json.client.JSONValue result,
IError error,
JsonRPCRequest r) |
public final com.google.gwt.json.client.JSONValue result
public final IError error
public final JsonRPCRequest request
public RequestResult(com.google.gwt.json.client.JSONValue result,
IError error,
JsonRPCRequest r)
Copyright © 2018. All rights reserved.