public class BatchDocumentResponse extends GenericModel
DocumentConversion| Constructor and Description |
|---|
BatchDocumentResponse() |
| Modifier and Type | Method and Description |
|---|---|
BatchDocument |
getDocument()
Retrieves the BatchDocument from the response.
|
void |
setDocument(BatchDocument document)
Sets the document for Batch document response.
|
equals, hashCode, toStringpublic BatchDocument getDocument()
public void setDocument(BatchDocument document)
document - the new documentCopyright © 2015. All rights reserved.