public static class ViewResult.Row extends Object
| Constructor and Description |
|---|
Row(com.fasterxml.jackson.databind.JsonNode rowNode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDoc() |
com.fasterxml.jackson.databind.JsonNode |
getDocAsNode() |
String |
getId() |
com.fasterxml.jackson.databind.JsonNode |
getIdAsNode() |
String |
getKey() |
com.fasterxml.jackson.databind.JsonNode |
getKeyAsNode() |
String |
getValue() |
int |
getValueAsInt() |
com.fasterxml.jackson.databind.JsonNode |
getValueAsNode() |
String |
toString() |
public String getId()
public com.fasterxml.jackson.databind.JsonNode getIdAsNode()
public String getKey()
public com.fasterxml.jackson.databind.JsonNode getKeyAsNode()
public String getValue()
public int getValueAsInt()
public com.fasterxml.jackson.databind.JsonNode getValueAsNode()
public String getDoc()
public com.fasterxml.jackson.databind.JsonNode getDocAsNode()
Copyright © 2017. All rights reserved.