Package org.gbif.api.model.metrics
Class RecordError
java.lang.Object
org.gbif.api.model.metrics.RecordError
- All Implemented Interfaces:
Serializable
Deprecated.
Error reports for a single Record (occurrence, species).
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RecordError.Builder
builder()
Deprecated.boolean
Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.long
Deprecated.int
hashCode()
Deprecated.void
setCatalogNumber
(String catalogNumber) Deprecated.void
setCollectionCode
(String collectionCode) Deprecated.void
setInstitutionCode
(String institutionCode) Deprecated.void
setProcessingErrorType
(ProcessingErrorType processingErrorType) Deprecated.void
setRecordId
(long recordId) Deprecated.toString()
Deprecated.
-
Constructor Details
-
RecordError
public RecordError()Deprecated. -
RecordError
Deprecated.
-
-
Method Details
-
builder
Deprecated. -
getCatalogNumber
Deprecated.- Returns:
- the catalogNumber
-
setCatalogNumber
Deprecated.- Parameters:
catalogNumber
- the catalogNumber to set
-
getCollectionCode
Deprecated.- Returns:
- the collectionCode
-
setCollectionCode
Deprecated.- Parameters:
collectionCode
- the collectionCode to set
-
getProcessingErrorType
Deprecated.- Returns:
- the processingErrorType
-
setProcessingErrorType
Deprecated.- Parameters:
processingErrorType
- the processingErrorType to set
-
getInstitutionCode
Deprecated.- Returns:
- the institutionCode
-
setInstitutionCode
Deprecated.- Parameters:
institutionCode
- the institutionCode to set
-
getRecordId
Deprecated.- Returns:
- the recordId
-
setRecordId
Deprecated.- Parameters:
recordId
- the recordId to set
-
equals
Deprecated. -
hashCode
Deprecated. -
toString
Deprecated.
-