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(org.codehaus.jackson.JsonNode rowNode)
           
 
Method Summary
 String getDoc()
           
 org.codehaus.jackson.JsonNode getDocAsNode()
           
 String getId()
           
 String getKey()
           
 org.codehaus.jackson.JsonNode getKeyAsNode()
           
 String getValue()
           
 int getValueAsInt()
           
 org.codehaus.jackson.JsonNode getValueAsNode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewResult.Row

public ViewResult.Row(org.codehaus.jackson.JsonNode rowNode)
Method Detail

getId

public String getId()

getKey

public String getKey()

getKeyAsNode

public org.codehaus.jackson.JsonNode getKeyAsNode()

getValue

public String getValue()

getValueAsInt

public int getValueAsInt()

getValueAsNode

public org.codehaus.jackson.JsonNode getValueAsNode()

getDoc

public String getDoc()

getDocAsNode

public org.codehaus.jackson.JsonNode getDocAsNode()


Copyright © 2011. All Rights Reserved.