Class RemoveDocumentReply


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

    • RemoveDocumentReply

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

    • wasFound

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

      public void setWasFound(boolean found)
      Set whether or not the document was found and removed.
      Parameters:
      found - true if the document was found.