Class UpdateDocumentReply

    • Constructor Summary

      Constructors 
      Constructor Description
      UpdateDocumentReply()
      Constructs a new reply with no content.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setWasFound​(boolean found)
      Sets whether or not the document was found and updated.
      boolean wasFound()
      Returns whether or not the document was found and updated.
      • Methods inherited from class com.yahoo.messagebus.Reply

        addError, getError, getErrorCodes, getErrors, getMessage, getNumErrors, getRetryDelay, hasErrors, hasFatalErrors, setMessage, setRetryDelay, swapState
      • Methods inherited from class com.yahoo.messagebus.Routable

        discard, getCallStack, getContext, getTrace, popHandler, pushHandler, setContext
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UpdateDocumentReply

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

      • 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