Class UpdateResponse

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

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

    • UpdateResponse

      public UpdateResponse(long requestId, boolean wasFound)
    • UpdateResponse

      public UpdateResponse(long requestId, boolean wasFound, com.yahoo.messagebus.Trace trace)
  • Method Details

    • wasFound

      public boolean wasFound()
    • isSuccess

      public boolean isSuccess()
      Description copied from class: Response
      Returns whether this response encodes a success or a failure
      Overrides:
      isSuccess in class Response
      Returns:
      true if success
    • hashCode

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

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

      public String toString()
      Overrides:
      toString in class Response