- 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
Constructors
Constructor and Description |
ViewRowNoDocs(java.lang.String id,
java.lang.String key,
java.lang.String value) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.