Season 2023
This commit is contained in:
@@ -119,7 +119,7 @@ public class TLWMatch extends BaseMatch{
|
||||
this.matchDatetime = matchDatetime;
|
||||
}
|
||||
|
||||
public TLWMatch(int season, int league, int matchday, int matchNo, int teamIdHome, int teamIdGuest, String matchDatetime) {
|
||||
public TLWMatch(int season, int league, int matchday, int matchNo, int teamIdHome, int teamIdGuest, String matchDatetime, int koMatch) {
|
||||
this.season = season;
|
||||
this.matchday = matchday;
|
||||
this.league = league;
|
||||
@@ -128,6 +128,7 @@ public class TLWMatch extends BaseMatch{
|
||||
this.teamIdGuest = teamIdGuest;
|
||||
this.matchDatetime = matchDatetime;
|
||||
this.status = 0;
|
||||
this.koMatch = koMatch;
|
||||
}
|
||||
|
||||
public TLWMatch(TLWMatch referenceMatch) {
|
||||
|
||||
@@ -58,7 +58,7 @@ public class TLWMatchesCreatorTipperLeague extends TLWMatchesCreatorBase {
|
||||
|
||||
String matchDatetime = getDeliveryDateForMatchday(matchday);
|
||||
|
||||
TLWMatch tlwMatch = new TLWMatch(this.season, this.league, matchday, matchNo, teamIdHome, teamIdGuest, matchDatetime);
|
||||
TLWMatch tlwMatch = new TLWMatch(this.season, this.league, matchday, matchNo, teamIdHome, teamIdGuest, matchDatetime, 0);
|
||||
this.TLWMatches.add(tlwMatch);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -50,7 +50,7 @@ public class TLWMatchesCreatorTipperPokal extends TLWMatchesCreatorBase{
|
||||
|
||||
String matchDatetime = getDeliveryDateForMatchday(matchday);
|
||||
|
||||
TLWMatch tlwMatch = new TLWMatch(this.season, this.league, matchday, matchNo, teamIdHome, teamIdGuest, matchDatetime);
|
||||
TLWMatch tlwMatch = new TLWMatch(this.season, this.league, matchday, matchNo, teamIdHome, teamIdGuest, matchDatetime, 1);
|
||||
this.TLWMatches.add(tlwMatch);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -933,5 +933,70 @@
|
||||
"teamname": "Brentford",
|
||||
"tippligaID": 635,
|
||||
"apiFootballID": 55
|
||||
},
|
||||
{
|
||||
"teamname": "1. FC Kaan-Marienborn 07",
|
||||
"tippligaID": 636,
|
||||
"apiFootballID": 12799
|
||||
},
|
||||
{
|
||||
"teamname": "Neustrelitz",
|
||||
"tippligaID": 58,
|
||||
"apiFootballID": 12820
|
||||
},
|
||||
{
|
||||
"teamname": "SV Straelen",
|
||||
"tippligaID": 637,
|
||||
"apiFootballID": 12862
|
||||
},
|
||||
{
|
||||
"teamname": "FC Einheit Wernigerode",
|
||||
"tippligaID": 638,
|
||||
"apiFootballID": 17035
|
||||
},
|
||||
{
|
||||
"teamname": "Illertissen",
|
||||
"tippligaID": 591,
|
||||
"apiFootballID": 9330
|
||||
},
|
||||
{
|
||||
"teamname": "Stuttgarter Kickers",
|
||||
"tippligaID": 600,
|
||||
"apiFootballID": 12868
|
||||
},
|
||||
{
|
||||
"teamname": "Schwarz-Weiß Rehden",
|
||||
"tippligaID": 592,
|
||||
"apiFootballID": 9345
|
||||
},
|
||||
{
|
||||
"teamname": "SV Rödinghausen",
|
||||
"tippligaID": 165,
|
||||
"apiFootballID": 1650
|
||||
},
|
||||
{
|
||||
"teamname": "TSV Schott Mainz",
|
||||
"tippligaID": 639,
|
||||
"apiFootballID": 14524
|
||||
},
|
||||
{
|
||||
"teamname": "SV Oberachern",
|
||||
"tippligaID": 640,
|
||||
"apiFootballID": 12822
|
||||
},
|
||||
{
|
||||
"teamname": "Blau-Weiß Lohne",
|
||||
"tippligaID": 641,
|
||||
"apiFootballID": 14629
|
||||
},
|
||||
{
|
||||
"teamname": "Energie Cottbus",
|
||||
"tippligaID": 10,
|
||||
"apiFootballID": 1320
|
||||
},
|
||||
{
|
||||
"teamname": "FC Teutonia 05 Ottensen",
|
||||
"tippligaID": 642,
|
||||
"apiFootballID": 12878
|
||||
}
|
||||
]
|
||||
|
||||
@@ -263,5 +263,15 @@
|
||||
"team_id": 2124,
|
||||
"team_name": "Olli L.",
|
||||
"team_name_short": "Olli L."
|
||||
},
|
||||
{
|
||||
"team_id": 2131,
|
||||
"team_name": "Adrian",
|
||||
"team_name_short": "Adrian"
|
||||
},
|
||||
{
|
||||
"team_id": 2133,
|
||||
"team_name": "Barb",
|
||||
"team_name_short": "Barb"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user