public class GetDesignDocumentResponse extends AbstractCouchbaseResponse
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() |
request, status, toString
public GetDesignDocumentResponse(String name, boolean development, ByteBuf content, ResponseStatus status, CouchbaseRequest request)
Copyright © 2014 Couchbase, Inc.