public class JobV3 extends SchemaV3
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
description
Job description
|
KeyV3 |
dest
destination key
|
java.lang.String |
exception
exception
|
JobKeyV3 |
key
Job Key
|
long |
msec
Runtime in milliseconds
|
float |
progress
progress, 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
|
java.lang.String |
status
job status
|
java.lang.String[] |
warnings
exception
|
| Constructor and Description |
|---|
JobV3()
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 java.lang.String description
public java.lang.String status
public float progress
public java.lang.String progressMsg
public long startTime
public long msec
public KeyV3 dest
public java.lang.String[] warnings
public java.lang.String exception
public java.lang.String stacktrace
public boolean readyForView