public class GetDesignDocumentResponse extends AbstractCouchbaseResponse implements ReferenceCounted
| Constructor and Description |
|---|
GetDesignDocumentResponse(String name,
boolean development,
ByteBuf content,
ResponseStatus status,
CouchbaseRequest request) |
| Modifier and Type | Method and Description |
|---|---|
ByteBuf |
content() |
boolean |
development() |
String |
name() |
int |
refCnt() |
boolean |
release() |
boolean |
release(int decrement) |
GetDesignDocumentResponse |
retain() |
GetDesignDocumentResponse |
retain(int increment) |
creationTime, request, status, toStringpublic GetDesignDocumentResponse(String name, boolean development, ByteBuf content, ResponseStatus status, CouchbaseRequest request)
public String name()
public boolean development()
public ByteBuf content()
public int refCnt()
refCnt in interface ReferenceCountedpublic GetDesignDocumentResponse retain()
retain in interface ReferenceCountedpublic GetDesignDocumentResponse retain(int increment)
retain in interface ReferenceCountedpublic boolean release()
release in interface ReferenceCountedpublic boolean release(int decrement)
release in interface ReferenceCountedCopyright © 2016 Couchbase, Inc.. All rights reserved.