Class IssueReportRequest.ReportedBoard
java.lang.Object
uk.ac.manchester.spinnaker.alloc.web.IssueReportRequest.ReportedBoard
- Enclosing class:
- IssueReportRequest
Describes a board that has an issue.
- 
Field SummaryFieldsModifier and TypeFieldDescription@IPAddress(nullOK=true,message="address must be an IP address") StringThe IP address of the board.@ValidBoardNumber IntegerThe physical board number of the board.@ValidCabinetNumber IntegerThe physical cabinet number of the board.@Valid uk.ac.manchester.spinnaker.machine.ChipLocationThe location of the chip within the reporting allocation.@ValidFrameNumber IntegerThe physical frame number of the board.@NotBlank StringThe machine containing the board.@ValidTriadX IntegerThe X triad coordinate of the board.@ValidTriadY IntegerThe Y triad coordinate of the board.@ValidTriadZ IntegerThe Z triad coordinate of the board.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
machineThe machine containing the board.
- 
chip@Valid public @Valid uk.ac.manchester.spinnaker.machine.ChipLocation chipThe location of the chip within the reporting allocation.
- 
xThe X triad coordinate of the board.
- 
yThe Y triad coordinate of the board.
- 
zThe Z triad coordinate of the board.
- 
cabinetThe physical cabinet number of the board.
- 
frameThe physical frame number of the board.
- 
boardThe physical board number of the board.
- 
address@IPAddress(nullOK=true, message="address must be an IP address") public @IPAddress(nullOK=true,message="address must be an IP address") String addressThe IP address of the board.
 
- 
- 
Constructor Details- 
ReportedBoardpublic ReportedBoard()
 
-