public class MultiDocumentResult extends Object
Represents collection of resultant documents.
Constructor and Description |
---|
MultiDocumentResult()
Initializes a new instance of the
MultiDocumentResult class. |
Modifier and Type | Method and Description |
---|---|
List<DocumentResult> |
getDocuments()
Gets the documents.
|
void |
setDocuments(List<DocumentResult> value)
Gets the documents.
|
public MultiDocumentResult()
Initializes a new instance of the MultiDocumentResult
class.
public final List<DocumentResult> getDocuments()
Gets the documents.
Value: The documents.public final void setDocuments(List<DocumentResult> value)
Gets the documents.
Value: The documents.Copyright © 2019. All rights reserved.