Class GetBoardAtPositionCommand
java.lang.Object
uk.ac.manchester.spinnaker.spalloc.messages.Command<Integer>
uk.ac.manchester.spinnaker.spalloc.messages.GetBoardAtPositionCommand
Request the logical location of a board.
-
Constructor Summary
ConstructorsConstructorDescriptionGetBoardAtPositionCommand
(@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.
-