Class ListMachinesResponse
java.lang.Object
uk.ac.manchester.spinnaker.nmpi.machinemanager.responses.ListMachinesResponse
public class ListMachinesResponse extends Object
A response that is the result of listing the machines.
-
Constructor Summary
Constructors Constructor Description ListMachinesResponse()
-
Method Summary
Modifier and Type Method Description List<Machine>
getMachines()
Get the list of machines.void
setMachines(List<Machine> machines)
Set the list of machines.
-
Constructor Details
-
ListMachinesResponse
public ListMachinesResponse()
-
-
Method Details
-
getMachines
Get the list of machines.- Returns:
- The list of machines
-
setMachines
Set the list of machines.- Parameters:
machines
- The list of machines to set
-