| Package | Description | 
|---|---|
| com.mingweisamuel.zyra.matchV4 | 
 DTOs for match-v4. 
These DTOs are automatically generated and should not be modified directly.  | 
| Modifier and Type | Field and Description | 
|---|---|
List<TeamBans> | 
TeamStats.bans
If match queueId has a draft, contains banned champion data, otherwise empty. 
 | 
| Constructor and Description | 
|---|
TeamStats(List<TeamBans> bans,
         int baronKills,
         int dominionVictoryScore,
         int dragonKills,
         boolean firstBaron,
         boolean firstBlood,
         boolean firstDragon,
         boolean firstInhibitor,
         boolean firstRiftHerald,
         boolean firstTower,
         int inhibitorKills,
         int riftHeraldKills,
         int teamId,
         int towerKills,
         int vilemawKills,
         String win)  | 
Copyright © 2019. All rights reserved.