Class DocumentUpdateResponse

java.lang.Object
com.yahoo.documentapi.Response
com.yahoo.documentapi.DocumentUpdateResponse

public class DocumentUpdateResponse extends Response
The asynchronous response to a document update operation. This is a value object.
Author:
Einar M R Rosenvinge
  • Constructor Details

    • DocumentUpdateResponse

      public DocumentUpdateResponse(long requestId)
      Creates a successful response
    • DocumentUpdateResponse

      public DocumentUpdateResponse(long requestId, com.yahoo.document.DocumentUpdate documentUpdate)
      Creates a successful response containing a document update
      Parameters:
      documentUpdate - the DocumentUpdate to encapsulate in the Response
    • DocumentUpdateResponse

      @Deprecated(since="7") public DocumentUpdateResponse(long requestId, String textMessage, boolean success)
      Deprecated.
      Creates a response containing a textual message
      Parameters:
      textMessage - the message to encapsulate in the Response
      success - true if the response represents a successful call
    • DocumentUpdateResponse

      public DocumentUpdateResponse(long requestId, String textMessage, Response.Outcome outcome)
      Creates a response containing a textual message
      Parameters:
      textMessage - the message to encapsulate in the Response
      outcome - the outcome of this operation
    • DocumentUpdateResponse

      @Deprecated(since="7") public DocumentUpdateResponse(long requestId, com.yahoo.document.DocumentUpdate documentUpdate, String textMessage, boolean success)
      Deprecated.
      Creates a response containing a textual message and/or a document update
      Parameters:
      documentUpdate - the DocumentUpdate to encapsulate in the Response
      textMessage - the message to encapsulate in the Response
      success - true if the response represents a successful call
    • DocumentUpdateResponse

      public DocumentUpdateResponse(long requestId, com.yahoo.document.DocumentUpdate documentUpdate, String textMessage, Response.Outcome outcome)
      Creates a response containing a textual message and/or a document update
      Parameters:
      documentUpdate - the DocumentUpdate to encapsulate in the Response
      textMessage - the message to encapsulate in the Response
      outcome - the outcome of this operation
    • DocumentUpdateResponse

      public DocumentUpdateResponse(long requestId, com.yahoo.document.DocumentUpdate documentUpdate, String textMessage, Response.Outcome outcome, com.yahoo.messagebus.Trace trace)
      Creates a response containing a textual message and/or a document update
      Parameters:
      documentUpdate - the DocumentUpdate to encapsulate in the Response
      textMessage - the message to encapsulate in the Response
      outcome - the outcome of this operation
  • Method Details

    • getDocumentUpdate

      public com.yahoo.document.DocumentUpdate getDocumentUpdate()
      Returns the document update of this response or null if there is none
      Returns:
      the DocumentUpdate, or null
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Response
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Response
    • toString

      public String toString()
      Overrides:
      toString in class Response