org.ektorp
Class ViewResult.Row

java.lang.Object
  extended by org.ektorp.ViewResult.Row
Enclosing class:
ViewResult

public static class ViewResult.Row
extends Object


Constructor Summary
ViewResult.Row(com.fasterxml.jackson.databind.JsonNode rowNode)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ViewResult.Row

public ViewResult.Row(com.fasterxml.jackson.databind.JsonNode rowNode)
Method Detail

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.