public class ApplicationReport extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplicationReport.ApplicationReportBuilder
It represent the builder to obtain a
ApplicationReport |
| Modifier | Constructor and Description |
|---|---|
protected |
ApplicationReport(Map<String,Map<String,List<ReportEntryModel>>> errorEntries,
Map<String,Map<String,List<ReportEntryModel>>> warningEntries) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Map<String,List<ReportEntryModel>>> |
getErrorEntries() |
Map<String,Integer> |
getSummaryErrorEntries() |
Map<String,Integer> |
getSummaryWarningEntries() |
Map<String,Map<String,List<ReportEntryModel>>> |
getWarningEntries() |
Copyright © 2018 MuleSoft Inc. All rights reserved.