Package nis.svc.mdl.api
Interface ModelReport
-
public interface ModelReport
A report on what happened during the model processing and selection process. Each identifier provided in the request has a list of notes in process order showing how the resolution process was applied. In the case where the process results in a composite being calculated, the composite ID will be the same as the original identifier. Additional exposure records may also added.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ModelReport.Note
static class
ModelReport.Type
A report line item code.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModelReport.Note[]
all()
All notes
-
-
-
Method Detail
-
all
ModelReport.Note[] all()
All notes- Returns:
- all notes
-
-