public class GenericValidationReport extends Object
Constructor and Description |
---|
GenericValidationReport(int checkedRecords,
boolean allRecordsChecked,
List<String> duplicateIds,
List<Integer> rowNumbersMissingId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getCheckedRecords() |
List<String> |
getDuplicateIds() |
String |
getInvalidationReason() |
List<Integer> |
getRowNumbersMissingId() |
int |
hashCode() |
boolean |
isAllRecordsChecked() |
boolean |
isValid() |
String |
toString() |
public GenericValidationReport(int checkedRecords, boolean allRecordsChecked, List<String> duplicateIds, List<Integer> rowNumbersMissingId)
public int getCheckedRecords()
public boolean isAllRecordsChecked()
public List<String> getDuplicateIds()
public List<Integer> getRowNumbersMissingId()
public String getInvalidationReason()
public boolean isValid()
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.