You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 28, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: src/main/java/com/thebluealliance/api/v3/models/EliminationAlliance.java
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -9,27 +9,27 @@
9
9
publicclassEliminationAlliance {
10
10
11
11
/**
12
-
* @return Alliance name, may be null.
12
+
* Alliance name, may be null.
13
13
*/
14
14
Stringname;
15
15
16
16
/**
17
-
* @return Backup team called in, may be null.
17
+
* Backup team called in, may be null.
18
18
*/
19
19
AllianceBackupbackup;
20
20
21
21
/**
22
-
* @return List of team keys that declined the alliance.
22
+
* List of team keys that declined the alliance.
23
23
*/
24
24
String[] declines;
25
25
26
26
/**
27
-
* @return List of team keys picked for the alliance. First pick is captain.
27
+
* List of team keys picked for the alliance. First pick is captain.
28
28
*/
29
29
String[] picks;
30
30
31
31
/**
32
-
* @return A {@link PlayoffStatus} object with current statistics of the alliance.
32
+
* A {@link PlayoffStatus} object with current statistics of the alliance.
33
33
*/
34
34
PlayoffStatusstatus;
35
35
@@ -40,12 +40,12 @@ public class EliminationAlliance {
40
40
publicclassAllianceBackup {
41
41
42
42
/**
43
-
* @return Team key that was replaced by the backup team.
43
+
* Team key that was replaced by the backup team.
44
44
*/
45
45
Stringout;
46
46
47
47
/**
48
-
* @return Team key that was called in as the backup.
48
+
* Team key that was called in as the backup.
49
49
*/
50
50
Stringin;
51
51
@@ -58,27 +58,27 @@ public class AllianceBackup {
58
58
publicclassPlayoffStatus {
59
59
60
60
/**
61
-
* @return The level of the bracket that an alliance is currently in or was eliminated in. Value may be <code>qf</code>, <code>sf</code>, or <code>f</code>
61
+
* The level of the bracket that an alliance is currently in or was eliminated in. Value may be <code>qf</code>, <code>sf</code>, or <code>f</code>
62
62
*/
63
63
Stringlevel;
64
64
65
65
/**
66
-
* @return The current playing status of an alliance. Value may be <code>eliminated</code>, <code>won</code>, or <code>playing</code>.
66
+
* The current playing status of an alliance. Value may be <code>eliminated</code>, <code>won</code>, or <code>playing</code>.
67
67
*/
68
68
Stringstatus;
69
69
70
70
/**
71
-
* @return A {@link WLTRecord} for the alliance at the current level of the playoff tournament
71
+
* A {@link WLTRecord} for the alliance at the current level of the playoff tournament
72
72
*/
73
73
WLTRecordcurrent_level_record;
74
74
75
75
/**
76
-
* @return A {@link WLTRecord} for the alliance during the entire playoff tournament
76
+
* A {@link WLTRecord} for the alliance during the entire playoff tournament
77
77
*/
78
78
WLTRecordrecord;
79
79
80
80
/**
81
-
* @return The average of all playoff matches of an alliance. May be <code>null</code>.
81
+
* The average of all playoff matches of an alliance. May be <code>null</code>.
Copy file name to clipboardExpand all lines: src/main/java/com/thebluealliance/api/v3/models/Event.java
+33-33Lines changed: 33 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -9,122 +9,122 @@
9
9
publicclassEvent {
10
10
11
11
/**
12
-
* @return A list of webcasts for the event
12
+
* A list of webcasts for the event
13
13
*/
14
14
Webcast[] webcasts;
15
15
16
16
/**
17
-
* @return Postal code from the event address.
17
+
* Postal code from the event address.
18
18
*/
19
19
Stringpostal_code;
20
20
/**
21
-
* @return The TBA Event key that represents the event's parent. Used to link back to the event from a division event. It is also the inverse relation of <code>divison_keys</code>.
21
+
* The TBA Event key that represents the event's parent. Used to link back to the event from a division event. It is also the inverse relation of <code>divison_keys</code>.
22
22
*/
23
23
Stringparent_event_key;
24
24
/**
25
-
* @return Same as <code>name</code> but doesn�t include event specifiers, such as �Regional� or 'District�. May be null.
25
+
* Same as <code>name</code> but doesn�t include event specifiers, such as �Regional� or 'District�. May be null.
26
26
*/
27
27
Stringshort_name;
28
28
/**
29
-
* @return Link to address location on Google Maps.
29
+
* Link to address location on Google Maps.
30
30
*/
31
31
Stringgmaps_url;
32
32
/**
33
-
* @return String representation of the <code>playoff_type</code>, or null.
33
+
* String representation of the <code>playoff_type</code>, or null.
34
34
*/
35
35
Stringplayoff_type_string;
36
36
/**
37
-
* @return Event Type, eg Regional, District, or Offseason.
37
+
* Event Type, eg Regional, District, or Offseason.
38
38
*/
39
39
Stringevent_type_string;
40
40
/**
41
-
* @return Google Maps Place ID for the event address.
41
+
* Google Maps Place ID for the event address.
42
42
*/
43
43
Stringgmaps_place_id;
44
44
/**
45
-
* @return Address of the event�s venue, if available
45
+
* Address of the event�s venue, if available
46
46
*/
47
47
Stringaddress;
48
48
/**
49
-
* @return Name of the location at the address for the event, eg. Blue Alliance High School.
49
+
* Name of the location at the address for the event, eg. Blue Alliance High School.
50
50
*/
51
51
Stringlocation_name;
52
52
/**
53
-
* @return Timezone name.
53
+
* Timezone name.
54
54
*/
55
55
Stringtimezone;
56
56
/**
57
-
* @return The FIRST internal Event ID, used to link to the event on the FRC webpage.
57
+
* The FIRST internal Event ID, used to link to the event on the FRC webpage.
58
58
*/
59
59
Stringfirst_event_id;
60
60
/**
61
-
* @return The event's website, if any.
61
+
* The event's website, if any.
62
62
*/
63
63
Stringwebsite;
64
64
65
65
/**
66
-
* @return Latitude for the event address.
66
+
* Latitude for the event address.
67
67
*/
68
68
doublelat;
69
69
/**
70
-
* @return Longitude for the event address.
70
+
* Longitude for the event address.
71
71
*/
72
72
doublelng;
73
73
/**
74
-
* @return An array of event keys for the divisions at this event.
74
+
* An array of event keys for the divisions at this event.
75
75
*/
76
76
String[] division_keys;
77
77
/**
78
-
* @return Week of the competition season this event is in.
78
+
* Week of the competition season this event is in.
79
79
*/
80
80
intweek;
81
81
/**
82
-
* @return Year the event data is for.
82
+
* Year the event data is for.
83
83
*/
84
84
intyear;
85
85
/**
86
-
* @return Playoff Type, as defined <a href="https://github.com/the-blue-alliance/the-blue-alliance/blob/master/consts/playoff_type.py#L4">here</a> , or null.
86
+
* Playoff Type, as defined <a href="https://github.com/the-blue-alliance/the-blue-alliance/blob/master/consts/playoff_type.py#L4">here</a> , or null.
87
87
*/
88
88
intplayoff_type;
89
89
/**
90
-
* @return Event Type, as defined <a href="https://github.com/the-blue-alliance/the-blue-alliance/blob/master/consts/event_type.py#L2">here</a>
90
+
* Event Type, as defined <a href="https://github.com/the-blue-alliance/the-blue-alliance/blob/master/consts/event_type.py#L2">here</a>
91
91
*/
92
92
intevent_type;
93
93
94
94
/**
95
-
* @return City, town, village, etc. the event is located in.
95
+
* City, town, village, etc. the event is located in.
96
96
*/
97
97
Stringcity;
98
98
/**
99
-
* @return Event start date in <code>yyyy-mm-dd</code> format.
99
+
* Event start date in <code>yyyy-mm-dd</code> format.
100
100
*/
101
101
Stringstart_date;
102
102
/**
103
-
* @return Official name of event on record either provided by FIRST or organizers of offseason event.
103
+
* Official name of event on record either provided by FIRST or organizers of offseason event.
104
104
*/
105
105
Stringname;
106
106
/**
107
-
* @return Event short code, as provided by FIRST.
107
+
* Event short code, as provided by FIRST.
108
108
*/
109
109
Stringevent_code;
110
110
/**
111
-
* @return Event end date in <code>yyyy-mm-dd</code> format.
111
+
* Event end date in <code>yyyy-mm-dd</code> format.
112
112
*/
113
113
Stringend_date;
114
114
/**
115
-
* @return Country the event is located in.
115
+
* Country the event is located in.
116
116
*/
117
117
Stringcountry;
118
118
/**
119
-
* @return State or Province the event is located in.
119
+
* State or Province the event is located in.
120
120
*/
121
121
Stringstate_prov;
122
122
/**
123
-
* @return TBA event key with the format yyyy[EVENT_CODE], where yyyy is the year, and EVENT_CODE is the event code of the event.
123
+
* TBA event key with the format yyyy[EVENT_CODE], where yyyy is the year, and EVENT_CODE is the event code of the event.
124
124
*/
125
125
Stringkey;
126
126
/**
127
-
* @return A {@link District} object representing the district the event is in. May be null.
127
+
* A {@link District} object representing the district the event is in. May be null.
128
128
*/
129
129
Districtdistrict;
130
130
@@ -135,16 +135,16 @@ public class Event {
135
135
publicclassWebcast {
136
136
137
137
/**
138
-
* @return Type of webcast, typically descriptive of the streaming provider. Value may be <code>youtube</code>, <code>twitch</code>, <code>ustream</code>, <code>iframe</code>, <code>html5</code>,
139
-
* <code>rtmp</code>, or <code>livestream</code>
138
+
* Type of webcast, typically descriptive of the streaming provider. Value may be <code>youtube</code>, <code>twitch</code>, <code>ustream</code>, <code>iframe</code>, <code>html5</code>,
139
+
* <code>rtmp</code>, or <code>livestream</code>
140
140
*/
141
141
Stringtype;
142
142
/**
143
-
* @return Type specific channel information. May be the YouTube stream, or Twitch channel name. In the case of iframe types, contains HTML to embed the stream in an HTML iframe.
143
+
* Type specific channel information. May be the YouTube stream, or Twitch channel name. In the case of iframe types, contains HTML to embed the stream in an HTML iframe.
144
144
*/
145
145
Stringchannel;
146
146
/**
147
-
* @return File identification as may be required for some types. May be null.
147
+
* File identification as may be required for some types. May be null.
0 commit comments