public class JobRun extends Reference
job_run asset type in IGC, displayed as 'Job Run' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected Date |
endingDate |
protected String |
invocationId |
protected Dsjob |
job |
protected String |
omdFileName |
protected ItemList<JobParameter> |
parameters |
protected Date |
startingDate |
protected String |
translatedStatusCode |
protected String |
translatedSummary |
protected String |
waveNumber |
| Constructor and Description |
|---|
JobRun() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getEndingDate()
Retrieve the
ending_date property (displayed as 'Ending Date') of the object. |
String |
getInvocationId()
Retrieve the
invocation_id property (displayed as 'Invocation ID') of the object. |
Dsjob |
getJob()
Retrieve the
job property (displayed as 'Job') of the object. |
String |
getOmdFileName()
Retrieve the
omd_file_name property (displayed as 'OMD File Name') of the object. |
ItemList<JobParameter> |
getParameters()
Retrieve the
parameters property (displayed as 'Parameters') of the object. |
Date |
getStartingDate()
Retrieve the
starting_date property (displayed as 'Starting Date') of the object. |
String |
getTranslatedStatusCode()
Retrieve the
translated_status_code property (displayed as 'Status') of the object. |
String |
getTranslatedSummary()
Retrieve the
translated_summary property (displayed as 'Name') of the object. |
String |
getWaveNumber()
Retrieve the
wave_number property (displayed as 'Wave Number') of the object. |
void |
setEndingDate(Date endingDate)
Set the
ending_date property (displayed as Ending Date) of the object. |
void |
setInvocationId(String invocationId)
Set the
invocation_id property (displayed as Invocation ID) of the object. |
void |
setJob(Dsjob job)
Set the
job property (displayed as Job) of the object. |
void |
setOmdFileName(String omdFileName)
Set the
omd_file_name property (displayed as OMD File Name) of the object. |
void |
setParameters(ItemList<JobParameter> parameters)
Set the
parameters property (displayed as Parameters) of the object. |
void |
setStartingDate(Date startingDate)
Set the
starting_date property (displayed as Starting Date) of the object. |
void |
setTranslatedStatusCode(String translatedStatusCode)
Set the
translated_status_code property (displayed as Status) of the object. |
void |
setTranslatedSummary(String translatedSummary)
Set the
translated_summary property (displayed as Name) of the object. |
void |
setWaveNumber(String waveNumber)
Set the
wave_number property (displayed as Wave Number) of the object. |
areModificationDetailsPopulated, getContext, getCreatedBy, getCreatedOn, getId, getIdentity, getModifiedBy, getModifiedOn, getName, getNotes, getType, getUrl, isEmbeddedAsset, isFullyRetrieved, isIdentityPopulated, isSimpleType, isVirtualAsset, setContext, setCreatedBy, setCreatedOn, setFullyRetrieved, setId, setModifiedBy, setModifiedOn, setName, setNotes, setType, setUrltoStringprotected Date endingDate
protected String invocationId
protected Dsjob job
protected String omdFileName
protected ItemList<JobParameter> parameters
protected Date startingDate
protected String translatedStatusCode
protected String translatedSummary
protected String waveNumber
public Date getEndingDate()
ending_date property (displayed as 'Ending Date') of the object.Datepublic void setEndingDate(Date endingDate)
ending_date property (displayed as Ending Date) of the object.endingDate - the value to setpublic String getInvocationId()
invocation_id property (displayed as 'Invocation ID') of the object.Stringpublic void setInvocationId(String invocationId)
invocation_id property (displayed as Invocation ID) of the object.invocationId - the value to setpublic Dsjob getJob()
job property (displayed as 'Job') of the object.Dsjobpublic void setJob(Dsjob job)
job property (displayed as Job) of the object.job - the value to setpublic String getOmdFileName()
omd_file_name property (displayed as 'OMD File Name') of the object.Stringpublic void setOmdFileName(String omdFileName)
omd_file_name property (displayed as OMD File Name) of the object.omdFileName - the value to setpublic ItemList<JobParameter> getParameters()
parameters property (displayed as 'Parameters') of the object.ItemList<JobParameter>public void setParameters(ItemList<JobParameter> parameters)
parameters property (displayed as Parameters) of the object.parameters - the value to setpublic Date getStartingDate()
starting_date property (displayed as 'Starting Date') of the object.Datepublic void setStartingDate(Date startingDate)
starting_date property (displayed as Starting Date) of the object.startingDate - the value to setpublic String getTranslatedStatusCode()
translated_status_code property (displayed as 'Status') of the object.Stringpublic void setTranslatedStatusCode(String translatedStatusCode)
translated_status_code property (displayed as Status) of the object.translatedStatusCode - the value to setpublic String getTranslatedSummary()
translated_summary property (displayed as 'Name') of the object.Stringpublic void setTranslatedSummary(String translatedSummary)
translated_summary property (displayed as Name) of the object.translatedSummary - the value to setpublic String getWaveNumber()
wave_number property (displayed as 'Wave Number') of the object.Stringpublic void setWaveNumber(String waveNumber)
wave_number property (displayed as Wave Number) of the object.waveNumber - the value to setCopyright © 2018–2021 ODPi. All rights reserved.