Package com.yahoo.documentapi
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 Summary
Constructors Constructor Description UpdateResponse(long requestId, boolean wasFound)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
hashCode()
java.lang.String
toString()
boolean
wasFound()
-
Methods inherited from class com.yahoo.documentapi.Response
getRequestId, getTextMessage, isSuccess
-
-