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