Class QueueJobCompat
java.lang.Object
uk.ac.manchester.spinnaker.nmpi.model.job.nmpi.Job
uk.ac.manchester.spinnaker.nmpi.model.QueueJobCompat
- All Implemented Interfaces:
QueueNextResponse
public class QueueJobCompat extends Job implements QueueNextResponse
A Job that is a response from the queue.
-
Constructor Summary
Constructors Constructor Description QueueJobCompat()
-
Method Summary
Modifier and Type Method Description void
setCollabId(String collabId)
Sets the collab ID.Methods inherited from class uk.ac.manchester.spinnaker.nmpi.model.job.nmpi.Job
getCode, getCollab, getCommand, getHardwareConfig, getHardwarePlatform, getId, getInputData, getUserId, setCode, setCollab, setCommand, setHardwareConfig, setHardwarePlatform, setId, setInputData, setUserId
-
Constructor Details
-
QueueJobCompat
public QueueJobCompat()
-
-
Method Details
-
setCollabId
Sets the collab ID. Wrapper to handle old API.- Parameters:
collabId
- The ID to set.- See Also:
Job.setCollab(String)
-