public class ValidationStep extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Throwable |
errorMessage |
protected String |
humanReadableStatus |
protected float |
progress |
protected WorkerStatus |
status |
| Constructor and Description |
|---|
ValidationStep() |
| Modifier and Type | Method and Description |
|---|---|
TaskStepClassifier |
getClassifier() |
Throwable |
getError() |
String |
getExecutionDescription() |
String |
getHumanReadableStatus() |
float |
getProgress() |
WorkerStatus |
getStatus() |
void |
setClassifier(TaskStepClassifier classifier) |
void |
setError(Throwable error) |
void |
setExecutionDescription(String executionDescription) |
void |
setProgress(float progress) |
void |
setStatus(WorkerStatus status) |
String |
toString() |
protected WorkerStatus status
protected String humanReadableStatus
protected float progress
protected Throwable errorMessage
public WorkerStatus getStatus()
public void setStatus(WorkerStatus status)
status - the status to setpublic TaskStepClassifier getClassifier()
public void setClassifier(TaskStepClassifier classifier)
classifier - the classifier to setpublic float getProgress()
public void setProgress(float progress)
progress - the progress to setpublic String getHumanReadableStatus()
public Throwable getError()
public void setError(Throwable error)
error - the error to setpublic void setExecutionDescription(String executionDescription)
public String getExecutionDescription()
Copyright © 2016. All Rights Reserved.