Class JobStatusOnly
java.lang.Object
uk.ac.manchester.spinnaker.nmpi.rest.JobStatusOnly
A Job where only the status is set (to allow status updates).
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JobStatusOnly
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
-