public class GetResponse extends AbstractKeyValueResponse
Represents a response to a GetRequest
.
Constructor and Description |
---|
GetResponse(ResponseStatus status,
long cas,
int flags,
String bucket,
ByteBuf content,
CouchbaseRequest request) |
Modifier and Type | Method and Description |
---|---|
long |
cas() |
int |
flags() |
String |
toString() |
bucket, content, refCnt, release, release, retain, retain
creationTime, request, status
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
request, status
creationTime
public GetResponse(ResponseStatus status, long cas, int flags, String bucket, ByteBuf content, CouchbaseRequest request)
public long cas()
public int flags()
public String toString()
toString
in class AbstractKeyValueResponse
Copyright © 2014 Couchbase, Inc.