adicao de campo played ao firebase no campo das jornadas
This commit is contained in:
@@ -195,4 +195,16 @@ public class Match {
|
||||
public void setMatchReportUrl(String matchReportUrl) {
|
||||
this.matchReportUrl = matchReportUrl;
|
||||
}
|
||||
|
||||
private boolean played;
|
||||
|
||||
@PropertyName("played")
|
||||
public boolean isPlayed() {
|
||||
return played;
|
||||
}
|
||||
|
||||
@PropertyName("played")
|
||||
public void setPlayed(boolean played) {
|
||||
this.played = played;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user