Package org.gbif.api.model.metrics
Class RecordError
- java.lang.Object
-
- org.gbif.api.model.metrics.RecordError
-
- All Implemented Interfaces:
Serializable
@Deprecated public class RecordError extends Object implements Serializable
Deprecated.Error reports for a single Record (occurrence, species).- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RecordError.Builder
Deprecated.
-
Constructor Summary
Constructors Constructor Description RecordError()
Deprecated.RecordError(RecordError.Builder builder)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static RecordError.Builder
builder()
Deprecated.boolean
equals(Object o)
Deprecated.String
getCatalogNumber()
Deprecated.String
getCollectionCode()
Deprecated.String
getInstitutionCode()
Deprecated.ProcessingErrorType
getProcessingErrorType()
Deprecated.long
getRecordId()
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.String
toString()
Deprecated.
-
-
-
Constructor Detail
-
RecordError
public RecordError()
Deprecated.
-
RecordError
public RecordError(RecordError.Builder builder)
Deprecated.
-
-
Method Detail
-
builder
public static RecordError.Builder builder()
Deprecated.
-
getCatalogNumber
public String getCatalogNumber()
Deprecated.- Returns:
- the catalogNumber
-
setCatalogNumber
public void setCatalogNumber(String catalogNumber)
Deprecated.- Parameters:
catalogNumber
- the catalogNumber to set
-
getCollectionCode
public String getCollectionCode()
Deprecated.- Returns:
- the collectionCode
-
setCollectionCode
public void setCollectionCode(String collectionCode)
Deprecated.- Parameters:
collectionCode
- the collectionCode to set
-
getProcessingErrorType
public ProcessingErrorType getProcessingErrorType()
Deprecated.- Returns:
- the processingErrorType
-
setProcessingErrorType
public void setProcessingErrorType(ProcessingErrorType processingErrorType)
Deprecated.- Parameters:
processingErrorType
- the processingErrorType to set
-
getInstitutionCode
public String getInstitutionCode()
Deprecated.- Returns:
- the institutionCode
-
setInstitutionCode
public void setInstitutionCode(String institutionCode)
Deprecated.- Parameters:
institutionCode
- the institutionCode to set
-
getRecordId
public long getRecordId()
Deprecated.- Returns:
- the recordId
-
setRecordId
public void setRecordId(long recordId)
Deprecated.- Parameters:
recordId
- the recordId to set
-
-