public static class ViewResult.Row extends Object
Constructor and Description |
---|
ViewResult.Row(com.fasterxml.jackson.databind.JsonNode rowNode) |
Modifier and Type | Method and Description |
---|---|
String |
getDoc() |
com.fasterxml.jackson.databind.JsonNode |
getDocAsNode() |
String |
getId() |
String |
getKey() |
com.fasterxml.jackson.databind.JsonNode |
getKeyAsNode() |
String |
getValue() |
int |
getValueAsInt() |
com.fasterxml.jackson.databind.JsonNode |
getValueAsNode() |
String |
toString() |
public ViewResult.Row(com.fasterxml.jackson.databind.JsonNode rowNode)
public String getId()
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 © 2013. All Rights Reserved.