public class GetResponse extends AbstractKeyValueResponse
Represents a response to a GetRequest.
| Constructor and Description |
|---|
GetResponse(ResponseStatus status,
short serverStatusCode,
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, serverStatusCodecreationTime, request, statusclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitrequest, statuscreationTimepublic GetResponse(ResponseStatus status, short serverStatusCode, long cas, int flags, String bucket, ByteBuf content, CouchbaseRequest request)
public long cas()
public int flags()
public String toString()
toString in class AbstractKeyValueResponseCopyright © 2016 Couchbase, Inc.. All rights reserved.