public class JobV4 extends OutputSchemaV4<Job<?>,JobV4>
Modifier and Type | Class and Description |
---|---|
static class |
JobV4.Status |
Schema.AutoParseable
Modifier and Type | Field and Description |
---|---|
long |
duration |
java.lang.String |
exception |
java.lang.String |
job_id |
float |
progress |
java.lang.String |
progress_msg |
java.lang.String |
stacktrace |
long |
start_time |
JobV4.Status |
status |
java.lang.String |
target_id |
java.lang.String |
target_type |
__schema
Constructor and Description |
---|
JobV4() |
Modifier and Type | Method and Description |
---|---|
JobV4 |
fillFromImpl(Job<?> job)
Fill this Schema from the given implementation object.
|
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromAny, fillFromBody, fillFromImpl, fillFromImpl, fillFromParms, fillFromParms, fillFromParms, fillImpl, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCall
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonBytes, toJsonString, write, writeExternal, writeJSON
@API(help="Job status", values={"RUNNING","DONE","STOPPING","CANCELLED","FAILED"}) public JobV4.Status status
@API(help="Id of the target object (being created by this Job)") public java.lang.String target_id
@API(help="Exception message, if an exception occurred") public java.lang.String exception