public class Response extends Object
| Constructor and Description |
|---|
Response(com.fasterxml.jackson.databind.node.ValueNode id,
int httpCode) |
Response(com.fasterxml.jackson.databind.node.ValueNode id,
String jsonrpc,
int httpCode) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHttpStatusCode() |
com.fasterxml.jackson.databind.node.ValueNode |
getId() |
String |
getJsonrpc() |
public Response(com.fasterxml.jackson.databind.node.ValueNode id,
int httpCode)
public Response(com.fasterxml.jackson.databind.node.ValueNode id,
String jsonrpc,
int httpCode)
public String getJsonrpc()
public com.fasterxml.jackson.databind.node.ValueNode getId()
public int getHttpStatusCode()
Copyright © 2018. All rights reserved.