public class IndexingError extends Object
Constructor and Description |
---|
IndexingError() |
Modifier and Type | Method and Description |
---|---|
String |
getAction() |
String |
getDocument() |
String |
getError() |
long |
getId() |
int |
getIndex() |
String |
getIndexName() |
Date |
getTimestamp() |
void |
setAction(String action) |
void |
setDocument(String document) |
void |
setError(String error) |
void |
setId(long id) |
void |
setIndex(int index) |
void |
setIndexName(String indexName) |
void |
setTimestamp(Date timestamp) |
String |
toString() |
public long getId()
public void setId(long id)
public int getIndex()
public void setIndex(int index)
public String getIndexName()
public void setIndexName(String indexName)
public String getError()
public void setError(String error)
public Date getTimestamp()
public void setTimestamp(Date timestamp)
public String getDocument()
public void setDocument(String document)
public String getAction()
public void setAction(String action)
Copyright © 2016. All Rights Reserved.