public interface TeamStatistics
Modifier and Type | Method and Description |
---|---|
Integer |
getCards()
Returns the total count of received cards
|
Integer |
getCornerKicks()
Returns the total amount of played corner kicks
|
default Integer |
getGreenCards()
Returns the received green cards number
|
HomeAway |
getHomeAway()
Returns an indication if the statistics are for the home or away team
|
default String |
getName()
Returns the name
|
Integer |
getRedCards()
Returns the received red cards number
|
Integer |
getYellowCards()
Returns the received yellow cards number
|
Integer |
getYellowRedCards()
Returns the received yellow-red cards number
|
HomeAway getHomeAway()
HomeAway.Home
if the statistics are for the home team; HomeAway.Away
if the statistics are for the away teamInteger getCards()
Integer getYellowCards()
Integer getRedCards()
Integer getYellowRedCards()
Integer getCornerKicks()
default Integer getGreenCards()
default String getName()
Copyright © 2016–2025. All rights reserved.