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 Details

  • Method Details

    • getJobsChanged

      public List<Integer> getJobsChanged()
      Get the jobs that have changed.
      Returns:
      The list of job ids
    • setJobsChanged

      public void setJobsChanged​(List<Integer> jobsChanged)
      Set the jobs that have changed.
      Parameters:
      jobsChanged - The list of job ids