Class UpdateDocumentReply


public class UpdateDocumentReply extends WriteDocumentReply
Author:
Simon Thoresen Hult
  • Constructor Details

    • UpdateDocumentReply

      public UpdateDocumentReply()
      Constructs a new reply with no content.
  • Method Details

    • wasFound

      public boolean wasFound()
      Returns whether or not the document was found and updated.
      Returns:
      true if document was found
    • setWasFound

      public void setWasFound(boolean found)
      Sets whether or not the document was found and updated.
      Parameters:
      found - True if the document was found