Class RemoveResponse


  • public class RemoveResponse
    extends Response
    This response is provided for successful document remove operations. Use the wasFound() method to check whether or not the document was actually found.
    Author:
    Simon Thoresen Hult
    • Constructor Detail

      • RemoveResponse

        public RemoveResponse​(long requestId,
                              boolean wasFound)
    • Method Detail

      • wasFound

        public boolean wasFound()
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class Response
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class Response