Class JobDone
java.lang.Object
uk.ac.manchester.spinnaker.nmpi.rest.JobDone
A Job where only the parts required for completion are set.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the outputData.Get the provenance.Get the status.Get the timestampCompletion.void
setOutputData
(OutputData outputData) Sets the outputData.void
setProvenance
(ObjectNode provenance) Sets the provenance.void
Set the status.void
setTimestampCompletion
(DateTime timestampCompletion) Sets the timestampCompletion.
-
Constructor Details
-
JobDone
Create a job with only a status.- Parameters:
status
- The status to set.
-
-
Method Details
-
getStatus
Get the status.- Returns:
- The status
-
setStatus
Set the status.- Parameters:
status
- The status to set
-
getTimestampCompletion
Get the timestampCompletion.- Returns:
- the timestampCompletion
-
setTimestampCompletion
Sets the timestampCompletion.- Parameters:
timestampCompletion
- the timestampCompletion to set
-
getOutputData
Get the outputData.- Returns:
- the outputData
-
setOutputData
Sets the outputData.- Parameters:
outputData
- the outputData to set
-
getProvenance
Get the provenance.- Returns:
- the provenance
-
setProvenance
Sets the provenance.- Parameters:
provenance
- the provenance to set
-