public class BulkImportFailure extends Object
| Constructor and Description |
|---|
BulkImportFailure() |
| Modifier and Type | Method and Description |
|---|---|
Exception |
getBulkImportFailureException()
Gets the exception which led to the bulk import failure
|
List<String> |
getDocumentsFailedToImport()
Gets the list of documents which were not successfully imported
|
void |
setBulkImportFailureException(Exception bulkImportFailureException)
Sets the exception which caused the bulk import failure
|
void |
setDocumentsFailedToImport(List<String> documentsFailedToImport)
Sets the list of documents which were not successfully imported
|
public Exception getBulkImportFailureException()
public void setBulkImportFailureException(Exception bulkImportFailureException)
bulkImportFailureException - Exception that led to bulk import failurepublic List<String> getDocumentsFailedToImport()
Copyright © 2019. All rights reserved.