Class JobsChangedResponse
java.lang.Object
uk.ac.manchester.spinnaker.nmpi.machinemanager.responses.JobsChangedResponse
- All Implemented Interfaces:
Response
public class JobsChangedResponse extends Object implements Response
A response that describes what jobs have changed state.
-
Constructor Summary
Constructors Constructor Description JobsChangedResponse()
-
Method Summary
Modifier and Type Method Description List<Integer>
getJobsChanged()
Get the jobs that have changed.void
setJobsChanged(List<Integer> jobsChanged)
Set the jobs that have changed.
-
Constructor Details
-
JobsChangedResponse
public JobsChangedResponse()
-
-
Method Details
-
getJobsChanged
Get the jobs that have changed.- Returns:
- The list of job ids
-
setJobsChanged
Set the jobs that have changed.- Parameters:
jobsChanged
- The list of job ids
-