public class CSVImportResult extends Object
Modifier and Type | Field and Description |
---|---|
protected long |
errorLineCount |
protected long |
skippedLineCount |
protected long |
successLineCount |
protected long |
totalLineCount |
Constructor and Description |
---|
CSVImportResult(long totalLineCount,
long successLineCount,
long skippedLineCount,
long errorLineCount) |
Modifier and Type | Method and Description |
---|---|
static CSVImportResult |
fromImportLogs(List<CSVImportLog> importLogs) |
long |
getErrorLineCount() |
long |
getSkippedLineCount() |
long |
getSuccessLineCount() |
long |
getTotalLineCount() |
protected final long totalLineCount
protected final long successLineCount
protected final long skippedLineCount
protected final long errorLineCount
public CSVImportResult(long totalLineCount, long successLineCount, long skippedLineCount, long errorLineCount)
public static final CSVImportResult fromImportLogs(List<CSVImportLog> importLogs)
public long getTotalLineCount()
public long getSuccessLineCount()
public long getSkippedLineCount()
public long getErrorLineCount()
Copyright © 2016 Nuxeo SA. All rights reserved.