public static class JsonRpcRequest.Builder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
method |
protected Map<String,String> |
params |
protected JsonRpcRequest.Type |
type |
| Modifier and Type | Method and Description |
|---|---|
JsonRpcRequest |
build() |
JsonRpcRequest.Builder |
method(String method) |
JsonRpcRequest.Builder |
param(String key,
String value) |
protected String method
protected String id
protected JsonRpcRequest.Type type
public JsonRpcRequest.Builder method(String method)
public JsonRpcRequest.Builder param(String key, String value)
public JsonRpcRequest build()
Copyright © 2017. All rights reserved.