Class WhereIsMachineBoardPhysicalCommand
java.lang.Object
uk.ac.manchester.spinnaker.spalloc.messages.Command<Integer>
uk.ac.manchester.spinnaker.spalloc.messages.WhereIsMachineBoardPhysicalCommand
public class WhereIsMachineBoardPhysicalCommand extends Command<Integer>
Request to get the location of a board in a machine by physical location.
-
Constructor Summary
Constructors Constructor Description WhereIsMachineBoardPhysicalCommand(@NotBlank String machine, @Valid @NotNull PhysicalCoords coords)
Create a request to locate a board on a machine. -
Method Summary
-
Constructor Details
-
WhereIsMachineBoardPhysicalCommand
public WhereIsMachineBoardPhysicalCommand(@NotBlank @NotBlank String machine, @Valid @NotNull @Valid @NotNull PhysicalCoords coords)Create a request to locate a board on a machine.- Parameters:
machine
- The machine to request about.coords
- The physical coordinates of the board to ask about.
-