Class GetMetaResponse

All Implemented Interfaces:
Response

public class GetMetaResponse extends KeyValueBaseResponse
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