public class JobFailEvent extends Reference
job_fail_event asset type in IGC, displayed as 'Job Fail Event' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected InformationAsset |
jobRunActivity |
protected String |
message |
protected Number |
rowCount |
protected Date |
time |
| Constructor and Description |
|---|
JobFailEvent() |
| Modifier and Type | Method and Description |
|---|---|
InformationAsset |
getJobRunActivity()
Retrieve the
job_run_activity property (displayed as 'Job Run Activity') of the object. |
String |
getMessage()
Retrieve the
message property (displayed as 'Message') of the object. |
Number |
getRowCount()
Retrieve the
row_count property (displayed as 'Row Count') of the object. |
Date |
getTime()
Retrieve the
time property (displayed as 'Time') of the object. |
void |
setJobRunActivity(InformationAsset jobRunActivity)
Set the
job_run_activity property (displayed as Job Run Activity) of the object. |
void |
setMessage(String message)
Set the
message property (displayed as Message) of the object. |
void |
setRowCount(Number rowCount)
Set the
row_count property (displayed as Row Count) of the object. |
void |
setTime(Date time)
Set the
time property (displayed as Time) 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 InformationAsset jobRunActivity
protected String message
protected Number rowCount
protected Date time
public InformationAsset getJobRunActivity()
job_run_activity property (displayed as 'Job Run Activity') of the object.InformationAssetpublic void setJobRunActivity(InformationAsset jobRunActivity)
job_run_activity property (displayed as Job Run Activity) of the object.jobRunActivity - the value to setpublic String getMessage()
message property (displayed as 'Message') of the object.Stringpublic void setMessage(String message)
message property (displayed as Message) of the object.message - the value to setpublic Number getRowCount()
row_count property (displayed as 'Row Count') of the object.Numberpublic void setRowCount(Number rowCount)
row_count property (displayed as Row Count) of the object.rowCount - the value to setpublic Date getTime()
time property (displayed as 'Time') of the object.Datepublic void setTime(Date time)
time property (displayed as Time) of the object.time - the value to setCopyright © 2018–2021 ODPi. All rights reserved.