Class GetDesignDocumentResponse
java.lang.Object
com.couchbase.client.core.message.AbstractCouchbaseResponse
com.couchbase.client.core.message.view.GetDesignDocumentResponse
- All Implemented Interfaces:
CouchbaseMessage
,CouchbaseResponse
,ReferenceCounted
public class GetDesignDocumentResponse extends AbstractCouchbaseResponse implements ReferenceCounted
-
Constructor Summary
Constructors Constructor Description GetDesignDocumentResponse(String name, boolean development, ByteBuf content, ResponseStatus status, CouchbaseRequest request)
-
Method Summary
Modifier and Type Method Description ByteBuf
content()
boolean
development()
String
name()
int
refCnt()
boolean
release()
boolean
release(int decrement)
GetDesignDocumentResponse
retain()
GetDesignDocumentResponse
retain(int increment)
GetDesignDocumentResponse
touch()
GetDesignDocumentResponse
touch(Object hint)
Methods inherited from class com.couchbase.client.core.message.AbstractCouchbaseResponse
creationTime, request, status, statusDetails, statusDetails, toString
-
Constructor Details
-
GetDesignDocumentResponse
public GetDesignDocumentResponse(String name, boolean development, ByteBuf content, ResponseStatus status, CouchbaseRequest request)
-
-
Method Details
-
name
-
development
public boolean development() -
content
-
refCnt
public int refCnt()- Specified by:
refCnt
in interfaceReferenceCounted
-
retain
- Specified by:
retain
in interfaceReferenceCounted
-
retain
- Specified by:
retain
in interfaceReferenceCounted
-
release
public boolean release()- Specified by:
release
in interfaceReferenceCounted
-
release
public boolean release(int decrement)- Specified by:
release
in interfaceReferenceCounted
-
touch
- Specified by:
touch
in interfaceReferenceCounted
-
touch
- Specified by:
touch
in interfaceReferenceCounted
-