com.couchbase.client.protocol.views
Class ViewRowNoDocs
java.lang.Object
com.couchbase.client.protocol.views.ViewRowNoDocs
- All Implemented Interfaces:
- ViewRow
public class ViewRowNoDocs
- extends java.lang.Object
- implements ViewRow
Holds a row in a view result that contains the fields
id, key, and value.
Constructor Summary |
ViewRowNoDocs(java.lang.String id,
java.lang.String key,
java.lang.String value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewRowNoDocs
public ViewRowNoDocs(java.lang.String id,
java.lang.String key,
java.lang.String value)
getId
public java.lang.String getId()
- Specified by:
getId
in interface ViewRow
getKey
public java.lang.String getKey()
- Specified by:
getKey
in interface ViewRow
getValue
public java.lang.String getValue()
- Specified by:
getValue
in interface ViewRow
getDocument
public java.lang.Object getDocument()
- Specified by:
getDocument
in interface ViewRow
getBbox
public java.lang.String getBbox()
- Specified by:
getBbox
in interface ViewRow
getGeometry
public java.lang.String getGeometry()
- Specified by:
getGeometry
in interface ViewRow
Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.