public class BaseResponse<T>
extends java.lang.Object
| Constructor and Description |
|---|
BaseResponse() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getId() |
java.lang.String |
getJsonrpc() |
T |
getResult() |
void |
setId(java.lang.Integer id) |
void |
setJsonrpc(java.lang.String jsonrpc) |
void |
setResult(T result) |
Copyright © 2020. All Rights Reserved.