Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

Commit 6a3e287

Browse files
committed
Style, formatting
1 parent eb988da commit 6a3e287

4 files changed

Lines changed: 56 additions & 56 deletions

File tree

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
package com.thebluealliance.api.v3.models;
22

3-
import lombok.*;
3+
import lombok.EqualsAndHashCode;
4+
import lombok.Value;
45

56
@EqualsAndHashCode(callSuper = true)
67
@Value
78
public class Match extends SimpleMatch {
89

9-
long post_result_time;
10-
ScoreBreakdown score_breakdown;
11-
Media[] videos;
10+
long post_result_time;
11+
ScoreBreakdown score_breakdown;
12+
Media[] videos;
1213

13-
public Match(long post_result_time, ScoreBreakdown score_breakdown, Media[] videos) throws IllegalAccessException {
14-
super(0, 0, null, null, null, null, 0, 0, 0, null);
15-
throw new IllegalAccessException("bitch why ru calling this");
16-
}
14+
public Match(long post_result_time, ScoreBreakdown score_breakdown, Media[] videos) throws IllegalAccessException {
15+
super(0, 0, null, null, null, null, 0, 0, 0, null);
16+
throw new IllegalAccessException("bitch why ru calling this");
17+
}
1718

1819
}

src/main/java/com/thebluealliance/api/v3/models/MatchScoreBreakdown2020Alliance.java

Lines changed: 31 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -4,37 +4,36 @@
44

55
@Value
66
public class MatchScoreBreakdown2020Alliance {
7-
String initLineRobot1;
8-
String endgameRobot1;
9-
String initLineRobot2;
10-
String endgameRobt2;
11-
String initLineRobot3;
12-
int autoCellsBottom;
13-
int autoCellsOuter;
14-
int autoCellsInner;
15-
int teleopCellsBottom;
16-
int teleopCellsOuter;
17-
int teleopCellsInner;
18-
boolean stage1Activated;
19-
boolean stage2Activated;
20-
boolean stage3Activated;
21-
String stage3TargetColor;
22-
String endgameRungIsLevel;
23-
int autoInitLinePoints;
24-
int autoCellPoints;
25-
int teleopCellPoints;
26-
int controlPanelPoints;
27-
int endgamePoints;
28-
int teleopPoints;
29-
boolean shieldOperationRankingPoint;
30-
boolean shieldEnergizedRankingPoint;
31-
boolean tba_shieldEnergizedRankingPointFromFoul;
32-
int foulCount;
33-
int techFoulPoints;
34-
int adjustPoints;
35-
int foulPoints;
36-
int rp;
37-
int totalPoints;
38-
7+
String initLineRobot1;
8+
String endgameRobot1;
9+
String initLineRobot2;
10+
String endgameRobt2;
11+
String initLineRobot3;
12+
int autoCellsBottom;
13+
int autoCellsOuter;
14+
int autoCellsInner;
15+
int teleopCellsBottom;
16+
int teleopCellsOuter;
17+
int teleopCellsInner;
18+
boolean stage1Activated;
19+
boolean stage2Activated;
20+
boolean stage3Activated;
21+
String stage3TargetColor;
22+
String endgameRungIsLevel;
23+
int autoInitLinePoints;
24+
int autoCellPoints;
25+
int teleopCellPoints;
26+
int controlPanelPoints;
27+
int endgamePoints;
28+
int teleopPoints;
29+
boolean shieldOperationRankingPoint;
30+
boolean shieldEnergizedRankingPoint;
31+
boolean tba_shieldEnergizedRankingPointFromFoul;
32+
int foulCount;
33+
int techFoulPoints;
34+
int adjustPoints;
35+
int foulPoints;
36+
int rp;
37+
int totalPoints;
3938

4039
}

src/main/java/com/thebluealliance/api/v3/models/TeamEventStatus.java

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,27 @@
88
public class TeamEventStatus {
99

1010
/**
11-
The team's {@link Rank} during the qualification matches
11+
* The team's {@link Rank} during the qualification matches
1212
*/
1313
Rank qual;
1414
/**
15-
The team's alliance selection information
15+
* The team's alliance selection information
1616
*/
1717
Alliance alliance;
1818
/**
19-
Playoff status for this team, may be null if the team did not make playoffs, or playoffs have not begun.
19+
* Playoff status for this team, may be null if the team did not make playoffs, or playoffs have not begun.
2020
*/
2121
PlayoffStatus playoff;
2222
/**
23-
An HTML formatted string suitable for display to the user containing the team's alliance pick status.
23+
* An HTML formatted string suitable for display to the user containing the team's alliance pick status.
2424
*/
2525
String alliance_status_str;
2626
/**
27-
An HTML formatter string suitable for display to the user containing the team�s playoff status.
27+
* An HTML formatter string suitable for display to the user containing the team�s playoff status.
2828
*/
2929
String playoff_status_str;
3030
/**
31-
An HTML formatted string suitable for display to the user containing the team�s overall status summary of the event.
31+
* An HTML formatted string suitable for display to the user containing the team�s overall status summary of the event.
3232
*/
3333
String overall_status_str;
3434

@@ -38,15 +38,15 @@ public class TeamEventStatus {
3838
@Value
3939
public class Rank {
4040
/**
41-
Number of teams ranked.
41+
* Number of teams ranked.
4242
*/
4343
int num_teams;
4444
/**
45-
Either <code>completed</code> or <code>ongoing</code>
45+
* Either <code>completed</code> or <code>ongoing</code>
4646
*/
4747
String status;
4848
/**
49-
A {@link Ranking} describing the team's status in the qualification tournament
49+
* A {@link Ranking} describing the team's status in the qualification tournament
5050
*/
5151
Ranking ranking;
5252

@@ -58,19 +58,19 @@ public class Rank {
5858
@Value
5959
public class Alliance {
6060
/**
61-
Alliance name, may be null.
61+
* Alliance name, may be null.
6262
*/
6363
String name;
6464
/**
65-
Alliance number
65+
* Alliance number
6666
*/
6767
int number;
6868
/**
69-
Order the team was picked in the alliance from 0-2, with 0 being alliance captain.
69+
* Order the team was picked in the alliance from 0-2, with 0 being alliance captain.
7070
*/
7171
int pick;
7272
/**
73-
Backup status, may be null
73+
* Backup status, may be null
7474
*/
7575
AllianceBackup backup;
7676

@@ -80,12 +80,12 @@ public class Alliance {
8080
@Value
8181
public class AllianceBackup {
8282
/**
83-
TBA key for the team replaced by the backup.
83+
* TBA key for the team replaced by the backup.
8484
*/
8585
String out;
8686

8787
/**
88-
TBA key for the backup team called in.
88+
* TBA key for the backup team called in.
8989
*/
9090
String in;
9191

src/main/java/com/thebluealliance/api/v3/models/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
*
44
* @see com.thebluealliance.api.v3.Deserializer
55
*/
6-
package com.thebluealliance.api.v3.models;
6+
package com.thebluealliance.api.v3.models;

0 commit comments

Comments
 (0)