Class CSVImportResult

    • Field Detail

      • totalLineCount

        protected final long totalLineCount
      • successLineCount

        protected final long successLineCount
      • skippedLineCount

        protected final long skippedLineCount
      • errorLineCount

        protected final long errorLineCount
    • Constructor Detail

      • CSVImportResult

        public CSVImportResult​(long totalLineCount,
                               long successLineCount,
                               long skippedLineCount,
                               long errorLineCount)
    • Method Detail

      • getTotalLineCount

        public long getTotalLineCount()
      • getSuccessLineCount

        public long getSuccessLineCount()
      • getSkippedLineCount

        public long getSkippedLineCount()
      • getErrorLineCount

        public long getErrorLineCount()