Package org.gbif.api.model.crawler
Class OccurrenceValidationReport
java.lang.Object
org.gbif.api.model.crawler.OccurrenceValidationReport
The rules followed here should match the document at:
http://dev.gbif.org/wiki/display/INT/Identifier+problems+and+how+to+solve+them.
-
Constructor Summary
ConstructorsConstructorDescriptionOccurrenceValidationReport
(int checkedRecords, int uniqueTriplets, int recordsWithInvalidTriplets, int uniqueOccurrenceIds, int recordsMissingOccurrenceId, boolean allRecordsChecked) -
Method Summary
-
Constructor Details
-
OccurrenceValidationReport
public OccurrenceValidationReport(int checkedRecords, int uniqueTriplets, int recordsWithInvalidTriplets, int uniqueOccurrenceIds, int recordsMissingOccurrenceId, boolean allRecordsChecked)
-
-
Method Details