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
All Methods Instance Methods Concrete Methods 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 Detail
-
GetDesignDocumentResponse
public GetDesignDocumentResponse(String name, boolean development, ByteBuf content, ResponseStatus status, CouchbaseRequest request)
-
-
Method Detail
-
name
public String name()
-
development
public boolean development()
-
content
public ByteBuf content()
-
refCnt
public int refCnt()
- Specified by:
refCnt
in interfaceReferenceCounted
-
retain
public GetDesignDocumentResponse retain()
- Specified by:
retain
in interfaceReferenceCounted
-
retain
public GetDesignDocumentResponse retain(int increment)
- 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
public GetDesignDocumentResponse touch()
- Specified by:
touch
in interfaceReferenceCounted
-
touch
public GetDesignDocumentResponse touch(Object hint)
- Specified by:
touch
in interfaceReferenceCounted
-
-