public class JsonRpcResponse extends Object
| Constructor and Description |
|---|
JsonRpcResponse() |
JsonRpcResponse(Object id,
Object result,
Error error) |
| Modifier and Type | Method and Description |
|---|---|
Error |
getError() |
Object |
getId() |
String |
getJsonrpc() |
Object |
getResult() |
Copyright © 2018. All rights reserved.