Package com.couchbase.client.core.msg.kv
Class GetMetaResponse
java.lang.Object
com.couchbase.client.core.msg.BaseResponse
com.couchbase.client.core.msg.kv.KeyValueBaseResponse
com.couchbase.client.core.msg.kv.GetMetaResponse
- All Implemented Interfaces:
Response
Represents the response of a
GetMetaRequest
.- Since:
- 2.0.0
-
Method Summary
Methods inherited from class com.couchbase.client.core.msg.kv.KeyValueBaseResponse
flexibleExtras
Methods inherited from class com.couchbase.client.core.msg.BaseResponse
status
-
Method Details
-
cas
public long cas()Returns the CAS value of the document at the time of the fetch. -
deleted
public boolean deleted()Returns true if the deleted flag is set in the extras. -
toString
- Overrides:
toString
in classBaseResponse
-