Class GetMetaResponse

java.lang.Object
com.couchbase.client.core.msg.BaseResponse
com.couchbase.client.core.msg.kv.GetMetaResponse
All Implemented Interfaces:
Response

public class GetMetaResponse
extends BaseResponse
Represents the response of a GetMetaRequest.
Since:
2.0.0
  • 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

      public String toString()
      Overrides:
      toString in class BaseResponse