public class JobWriteEvent extends Reference
job_write_event asset type in IGC, displayed as 'Job Write Event' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected InformationAsset |
jobRunActivity |
protected Number |
rowCount |
protected Date |
time |
protected String |
writesTo |
| Constructor and Description |
|---|
JobWriteEvent() |
| Modifier and Type | Method and Description |
|---|---|
InformationAsset |
getJobRunActivity()
Retrieve the
job_run_activity property (displayed as 'Emitted By Activity') of the object. |
Number |
getRowCount()
Retrieve the
row_count property (displayed as 'Rows Processed') of the object. |
Date |
getTime()
Retrieve the
time property (displayed as 'Time') of the object. |
String |
getWritesTo()
Retrieve the
writes_to property (displayed as 'Writes To') of the object. |
void |
setJobRunActivity(InformationAsset jobRunActivity)
Set the
job_run_activity property (displayed as Emitted By Activity) of the object. |
void |
setRowCount(Number rowCount)
Set the
row_count property (displayed as Rows Processed) of the object. |
void |
setTime(Date time)
Set the
time property (displayed as Time) of the object. |
void |
setWritesTo(String writesTo)
Set the
writes_to property (displayed as Writes To) 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 Number rowCount
protected Date time
protected String writesTo
public InformationAsset getJobRunActivity()
job_run_activity property (displayed as 'Emitted By Activity') of the object.InformationAssetpublic void setJobRunActivity(InformationAsset jobRunActivity)
job_run_activity property (displayed as Emitted By Activity) of the object.jobRunActivity - the value to setpublic Number getRowCount()
row_count property (displayed as 'Rows Processed') of the object.Numberpublic void setRowCount(Number rowCount)
row_count property (displayed as Rows Processed) 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 setpublic String getWritesTo()
writes_to property (displayed as 'Writes To') of the object.Stringpublic void setWritesTo(String writesTo)
writes_to property (displayed as Writes To) of the object.writesTo - the value to setCopyright © 2018–2021 ODPi. All rights reserved.