@Entity(value="FailedRecord") public class FailedRecord extends Object
| Constructor and Description |
|---|
FailedRecord() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCollectionId()
The collection Id
|
Date |
getDate()
Get the ingestion failure date
|
String |
getEuropeanaId()
The generated europeanaId of the record
|
org.bson.types.ObjectId |
getId() |
LookupState |
getLookupState()
The reason it failed
|
String |
getMessage() |
String |
getOriginalId()
The record Identifier
|
String |
getXml()
The XML representation of the record
|
void |
setCollectionId(String collectionId) |
void |
setDate(Date date)
Set the ingestion failure date
|
void |
setEuropeanaId(String europeanaId) |
void |
setId(org.bson.types.ObjectId id) |
void |
setLookupState(LookupState lookupState) |
void |
setMessage(String message) |
void |
setOriginalId(String originalId) |
void |
setXml(String xml) |
public String getOriginalId()
public void setOriginalId(String originalId)
public LookupState getLookupState()
public void setLookupState(LookupState lookupState)
public String getXml()
public void setXml(String xml)
public String getEuropeanaId()
public void setEuropeanaId(String europeanaId)
public String getCollectionId()
public void setCollectionId(String collectionId)
collectionId - public org.bson.types.ObjectId getId()
public void setId(org.bson.types.ObjectId id)
id - public Date getDate()
public void setDate(Date date)
date - public String getMessage()
public void setMessage(String message)
message - the message to setCopyright © 2017 Europeana Foundation. All Rights Reserved.