public class ReportResultToCsvConverter extends Object
Modifier and Type | Field and Description |
---|---|
protected static String |
DELIMITER |
static String |
DURATION_HEADER |
protected static String |
NEW_LINE_SEPARATOR |
Constructor and Description |
---|
ReportResultToCsvConverter() |
Modifier and Type | Method and Description |
---|---|
protected static String |
convertDurationReportResult(List<ReportResult> reports) |
static String |
convertReportResult(List<ReportResult> reports,
String reportType) |
protected static String DELIMITER
protected static String NEW_LINE_SEPARATOR
public static String DURATION_HEADER
public static String convertReportResult(List<ReportResult> reports, String reportType)
protected static String convertDurationReportResult(List<ReportResult> reports)
Copyright © 2022. All rights reserved.