Class RemoveDocumentReply

    • Constructor Detail

      • RemoveDocumentReply

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

      • 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.