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