public class JobParameter extends Reference
job_parameter asset type in IGC, displayed as 'Job Parameter' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected JobRun |
jobRun |
protected String |
name |
protected String |
value |
| Constructor and Description |
|---|
JobParameter() |
| Modifier and Type | Method and Description |
|---|---|
JobRun |
getJobRun()
Retrieve the
job_run property (displayed as 'Job Run') of the object. |
String |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
String |
getValue()
Retrieve the
value property (displayed as 'Value') of the object. |
void |
setJobRun(JobRun jobRun)
Set the
job_run property (displayed as Job Run) of the object. |
void |
setTheName(String name)
Set the
name property (displayed as Name) of the object. |
void |
setValue(String value)
Set the
value property (displayed as Value) 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, setUrltoStringpublic JobRun getJobRun()
job_run property (displayed as 'Job Run') of the object.JobRunpublic void setJobRun(JobRun jobRun)
job_run property (displayed as Job Run) of the object.jobRun - the value to setpublic String getTheName()
name property (displayed as 'Name') of the object.Stringpublic void setTheName(String name)
name property (displayed as Name) of the object.name - the value to setpublic String getValue()
value property (displayed as 'Value') of the object.Stringpublic void setValue(String value)
value property (displayed as Value) of the object.value - the value to setCopyright © 2018–2021 ODPi. All rights reserved.