public class Request extends Object
| Constructor and Description |
|---|
Request(String jsonrpc,
String method,
com.fasterxml.jackson.databind.JsonNode params,
com.fasterxml.jackson.databind.node.ValueNode id) |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.node.ValueNode |
getId() |
String |
getMethod() |
com.fasterxml.jackson.databind.JsonNode |
getParams() |
String |
getProtocolVersion() |
String |
toString() |
Copyright © 2018. All rights reserved.