public class ValidationsJobS extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected Throwable |
errorMessage |
protected String |
humanReadableStatus |
protected String |
id |
protected float |
progress |
protected WorkerState |
workerState |
| Constructor and Description |
|---|
ValidationsJobS() |
ValidationsJobS(String id,
WorkerState workerState,
float progress,
String description,
Throwable errorMessage,
String humanReadableStatus) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Throwable |
getErrorMessage() |
String |
getHumanReadableStatus() |
String |
getId() |
float |
getProgress() |
WorkerState |
getWorkerState() |
void |
setDescription(String description) |
void |
setErrorMessage(Throwable errorMessage) |
void |
setHumanReadableStatus(String humanReadableStatus) |
void |
setId(String id) |
void |
setProgress(float progress) |
void |
setWorkerState(WorkerState workerState) |
String |
toString() |
protected String id
protected WorkerState workerState
protected float progress
protected String description
protected Throwable errorMessage
protected String humanReadableStatus
public ValidationsJobS()
public ValidationsJobS(String id, WorkerState workerState, float progress, String description, Throwable errorMessage, String humanReadableStatus)
public String getId()
public void setId(String id)
public WorkerState getWorkerState()
public void setWorkerState(WorkerState workerState)
public float getProgress()
public void setProgress(float progress)
public String getDescription()
public void setDescription(String description)
public Throwable getErrorMessage()
public void setErrorMessage(Throwable errorMessage)
public String getHumanReadableStatus()
public void setHumanReadableStatus(String humanReadableStatus)
Copyright © 2018. All Rights Reserved.