Class GetDocumentReply
java.lang.Object
com.yahoo.messagebus.Routable
com.yahoo.messagebus.Reply
com.yahoo.documentapi.messagebus.protocol.DocumentReply
com.yahoo.documentapi.messagebus.protocol.DocumentAcceptedReply
com.yahoo.documentapi.messagebus.protocol.GetDocumentReply
- Author:
- Simon Thoresen Hult
-
Constructor Summary
ConstructorsConstructorDescriptionGetDocumentReply(com.yahoo.document.Document doc) Constructs a new document get reply. -
Method Summary
Modifier and TypeMethodDescriptioncom.yahoo.document.DocumentReturns the document retrieved.longReturns the date the document was last modified.Returns the internal buffer to deserialize from, may be null.voidsetDocument(com.yahoo.document.Document doc) Sets the document of this reply.Methods inherited from class com.yahoo.documentapi.messagebus.protocol.DocumentReply
getPriority, getProtocol, getType, setPriorityMethods inherited from class com.yahoo.messagebus.Reply
addError, getError, getErrorCodes, getErrors, getMessage, getNumErrors, getRetryDelay, hasErrors, hasFatalErrors, setMessage, setRetryDelay, swapStateMethods inherited from class com.yahoo.messagebus.Routable
discard, getCallStack, getContext, getTrace, popHandler, pushHandler, setContext
-
Constructor Details
-
GetDocumentReply
public GetDocumentReply(com.yahoo.document.Document doc) Constructs a new document get reply.- Parameters:
doc- The document requested.
-
-
Method Details
-
getDocument
public com.yahoo.document.Document getDocument()Returns the document retrieved.- Returns:
- The document.
-
setDocument
public void setDocument(com.yahoo.document.Document doc) Sets the document of this reply.- Parameters:
doc- The document to set.
-
getLastModified
public long getLastModified()Returns the date the document was last modified.- Returns:
- The date.
-
getSerializedBuffer
Returns the internal buffer to deserialize from, may be null.- Returns:
- The buffer.
-