Package org.nuxeo.ecm.csv.core
Class CSVImportResult
java.lang.Object
org.nuxeo.ecm.csv.core.CSVImportResult
- All Implemented Interfaces:
- Serializable
- Since:
- 5.7
- Author:
- Thomas Roger
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final longprotected final longprotected final longprotected final long
- 
Constructor SummaryConstructorsConstructorDescriptionCSVImportResult(long totalLineCount, long successLineCount, long skippedLineCount, long errorLineCount) 
- 
Method SummaryModifier and TypeMethodDescriptionstatic final CSVImportResultfromImportLogs(List<CSVImportLog> importLogs) longlonglonglong
- 
Field Details- 
totalLineCountprotected final long totalLineCount
- 
successLineCountprotected final long successLineCount
- 
skippedLineCountprotected final long skippedLineCount
- 
errorLineCountprotected final long errorLineCount
 
- 
- 
Constructor Details- 
CSVImportResultpublic CSVImportResult(long totalLineCount, long successLineCount, long skippedLineCount, long errorLineCount) 
 
- 
- 
Method Details- 
fromImportLogs
- 
getTotalLineCountpublic long getTotalLineCount()
- 
getSuccessLineCountpublic long getSuccessLineCount()
- 
getSkippedLineCountpublic long getSkippedLineCount()
- 
getErrorLineCountpublic long getErrorLineCount()
 
-