public class TaskErrorInfo extends Object
| Constructor and Description |
|---|
TaskErrorInfo() |
TaskErrorInfo(String errorType,
String message,
int occurrences) |
TaskErrorInfo(String errorType,
String message,
int occurrences,
List<ErrorDetails> errorDetails) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<ErrorDetails> |
getErrorDetails() |
String |
getErrorType() |
String |
getMessage() |
int |
getOccurrences() |
int |
hashCode() |
void |
setErrorDetails(List<ErrorDetails> errorDetails) |
void |
setErrorType(String errorType) |
void |
setMessage(String message) |
void |
setOccurrences(int occurrences) |
public TaskErrorInfo()
public TaskErrorInfo(String errorType, String message, int occurrences, List<ErrorDetails> errorDetails)
public String getMessage()
public void setMessage(String message)
public int getOccurrences()
public void setOccurrences(int occurrences)
public List<ErrorDetails> getErrorDetails()
public void setErrorDetails(List<ErrorDetails> errorDetails)
public String getErrorType()
public void setErrorType(String errorType)
Copyright © 2013–2019 Europeana Cloud Development Team. All rights reserved.