Package com.couchbase.client.core.msg.kv
Class GetAndTouchResponse
- java.lang.Object
-
- com.couchbase.client.core.msg.BaseResponse
-
- com.couchbase.client.core.msg.kv.GetAndTouchResponse
-
- All Implemented Interfaces:
Response
public class GetAndTouchResponse extends BaseResponse
Represents the response of aGetAndTouchRequest
.- Since:
- 2.0.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
cas()
Returns the CAS value of the document at the time of the fetch.byte[]
content()
Returns the content, but might be empty or null.int
flags()
-
Methods inherited from class com.couchbase.client.core.msg.BaseResponse
status, toString
-
-