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 classRecordError.BuilderDeprecated.
-
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.Builderbuilder()Deprecated.booleanequals(Object o)Deprecated.StringgetCatalogNumber()Deprecated.StringgetCollectionCode()Deprecated.StringgetInstitutionCode()Deprecated.ProcessingErrorTypegetProcessingErrorType()Deprecated.longgetRecordId()Deprecated.inthashCode()Deprecated.voidsetCatalogNumber(String catalogNumber)Deprecated.voidsetCollectionCode(String collectionCode)Deprecated.voidsetInstitutionCode(String institutionCode)Deprecated.voidsetProcessingErrorType(ProcessingErrorType processingErrorType)Deprecated.voidsetRecordId(long recordId)Deprecated.StringtoString()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
-
-