org.ektorp
Class ViewResult.Row
java.lang.Object
org.ektorp.ViewResult.Row
- Enclosing class:
- ViewResult
public static class ViewResult.Row
- extends Object
|
Constructor Summary |
ViewResult.Row(com.fasterxml.jackson.databind.JsonNode rowNode)
|
ViewResult.Row
public ViewResult.Row(com.fasterxml.jackson.databind.JsonNode rowNode)
getId
public String getId()
getIdAsNode
public com.fasterxml.jackson.databind.JsonNode getIdAsNode()
getKey
public String getKey()
getKeyAsNode
public com.fasterxml.jackson.databind.JsonNode getKeyAsNode()
getValue
public String getValue()
getValueAsInt
public int getValueAsInt()
getValueAsNode
public com.fasterxml.jackson.databind.JsonNode getValueAsNode()
getDoc
public String getDoc()
getDocAsNode
public com.fasterxml.jackson.databind.JsonNode getDocAsNode()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2017. All rights reserved.