Package org.gbif.api.model.crawler
Class GenericValidationReport
java.lang.Object
org.gbif.api.model.crawler.GenericValidationReport
A container class used to capture the information necessary for a generic validation report.
This is written with the intention to capture the information about e.g. the sample core or the taxon core of a
DwC-A.
Generic validation includes information about the number of records checked, whether all records where checked
(implementations often cannot check everything) and information about the validity of primary keys.
-
Constructor Summary
ConstructorsConstructorDescriptionGenericValidationReport
(int checkedRecords, boolean allRecordsChecked, List<String> duplicateIds, List<Integer> rowNumbersMissingId) -
Method Summary
-
Constructor Details
-
GenericValidationReport
public GenericValidationReport(int checkedRecords, boolean allRecordsChecked, List<String> duplicateIds, List<Integer> rowNumbersMissingId)
-
-
Method Details