Class GetDocumentReply

    • Constructor Detail

      • GetDocumentReply

        public GetDocumentReply​(com.yahoo.document.Document doc)
        Constructs a new document get reply.
        Parameters:
        doc - The document requested.
    • Method Detail

      • 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

        public ByteBuffer getSerializedBuffer()
        Returns the internal buffer to deserialize from, may be null.
        Returns:
        The buffer.