public class JobReadEvent extends Reference
job_read_event asset type in IGC, displayed as 'Job Read Event' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected InformationAsset |
jobRunActivity |
protected List<String> |
readsFrom |
protected Number |
rowCount |
protected Date |
time |
| Constructor and Description |
|---|
JobReadEvent() |
| Modifier and Type | Method and Description |
|---|---|
InformationAsset |
getJobRunActivity()
Retrieve the
job_run_activity property (displayed as 'Job Run Activity') of the object. |
List<String> |
getReadsFrom()
Retrieve the
reads_from property (displayed as 'Reads From') 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. |
void |
setJobRunActivity(InformationAsset jobRunActivity)
Set the
job_run_activity property (displayed as Job Run Activity) of the object. |
void |
setReadsFrom(List<String> readsFrom)
Set the
reads_from property (displayed as Reads From) 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. |
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
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 List<String> getReadsFrom()
reads_from property (displayed as 'Reads From') of the object.List<String>public void setReadsFrom(List<String> readsFrom)
reads_from property (displayed as Reads From) of the object.readsFrom - 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 setCopyright © 2018–2021 ODPi. All rights reserved.