public class JobV4 extends OutputSchemaV4
| Modifier and Type | Field and Description |
|---|---|
KeyV3 |
dest
Key of the target object (being created by this Job)
|
long |
duration
Runtime in milliseconds
|
java.lang.String |
exception
Exception message, if an exception occurred
|
JobKeyV3 |
key
Job key
|
float |
progress
Current progress, a number going from 0 to 1
|
java.lang.String |
progressMsg
Current progress status description
|
boolean |
readyForView
ready for view
|
java.lang.String |
stacktrace
Stacktrace
|
long |
startTime
Start time
|
JobStatusV4 |
status
Job status
|
__schema| Constructor and Description |
|---|
JobV4()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public JobKeyV3 key
public JobStatusV4 status
public float progress
public java.lang.String progressMsg
public long startTime
public long duration
public KeyV3 dest
public java.lang.String exception
public java.lang.String stacktrace
public boolean readyForView
public java.lang.String toString()
toString in class OutputSchemaV4