Package com.yahoo.documentapi
Class UpdateResponse
java.lang.Object
com.yahoo.documentapi.Response
com.yahoo.documentapi.UpdateResponse
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
-
Nested Class Summary
Nested classes/interfaces inherited from class com.yahoo.documentapi.Response
Response.Outcome
-
Constructor Summary
ConstructorDescriptionUpdateResponse
(long requestId, boolean wasFound) UpdateResponse
(long requestId, boolean wasFound, com.yahoo.messagebus.Trace trace) -
Method Summary
Methods inherited from class com.yahoo.documentapi.Response
getRequestId, getTextMessage, getTrace, outcome
-
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 -
hashCode
public int hashCode() -
equals
-
toString
-