Class MachineDescription.JobInfo
java.lang.Object
uk.ac.manchester.spinnaker.alloc.model.MachineDescription.JobInfo
- Enclosing class:
- MachineDescription
Information about a single job.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintgetId()getOwner()getUrl()voidsetBoards(List<BoardCoords> boards) voidsetBoards(uk.ac.manchester.spinnaker.utils.MappableIterable<BoardCoords> boards) voidsetId(int id) voidvoid
- 
Constructor Details- 
JobInfopublic JobInfo()
 
- 
- 
Method Details- 
getIdpublic int getId()- Returns:
- the job ID
 
- 
setIdpublic void setId(int id) - Parameters:
- id- the job ID
 
- 
getUrl- Returns:
- the URL for more detail
 
- 
setUrl- Parameters:
- url- the URL for more detail
 
- 
getBoards- Returns:
- the board coordinates of all boards allocated to the job
 
- 
setBoards- Parameters:
- boards- the board coordinates of all boards allocated to the job
 
- 
setBoards- Parameters:
- boards- the board coordinates of all boards allocated to the job
 
- 
getOwner- Returns:
- the owner (if that information is to be exposed)
 
- 
setOwner- Parameters:
- owner- the owner of the job
 
 
-