public class SportEventStatisticsDto extends Object
| Constructor and Description | 
|---|
SportEventStatisticsDto(List<TeamStatisticsDto> totalStatisticsDtos,
                       List<PeriodStatisticsDto> periodStatisticDtos)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<PeriodStatisticsDto> | 
getPeriodStatisticDtos()  | 
List<TeamStatisticsDto> | 
getTotalStatisticsDtos()  | 
public SportEventStatisticsDto(List<TeamStatisticsDto> totalStatisticsDtos, List<PeriodStatisticsDto> periodStatisticDtos)
public List<TeamStatisticsDto> getTotalStatisticsDtos()
public List<PeriodStatisticsDto> getPeriodStatisticDtos()
Copyright © 2016–2025. All rights reserved.