public static class CsvInvoicesReader.Result extends java.lang.Object
Constructor and Description |
---|
Result(java.util.List<CsvInvoicesReader.ConvertedRow> convertedRows,
java.util.List<CsvInvoicesReader.RowError> rowErrors) |
Modifier and Type | Method and Description |
---|---|
java.util.List<CsvInvoicesReader.ConvertedRow> |
getConvertedRows() |
java.util.List<CsvInvoicesReader.RowError> |
getRowErrors() |
public Result(java.util.List<CsvInvoicesReader.ConvertedRow> convertedRows, java.util.List<CsvInvoicesReader.RowError> rowErrors)
public java.util.List<CsvInvoicesReader.ConvertedRow> getConvertedRows()
public java.util.List<CsvInvoicesReader.RowError> getRowErrors()
Copyright © 2014-2018 Konik.io. All Rights Reserved.