Class SportEventStatisticsDto
java.lang.Object
com.sportradar.unifiedodds.sdk.internal.impl.dto.SportEventStatisticsDto
A data-transfer-object representation for sport event status statistics. The status can be receiver through messages or fetched
from the API
-
Constructor Summary
ConstructorsConstructorDescriptionSportEventStatisticsDto(List<TeamStatisticsDto> totalStatisticsDtos, List<PeriodStatisticsDto> periodStatisticDtos) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
SportEventStatisticsDto
public SportEventStatisticsDto(List<TeamStatisticsDto> totalStatisticsDtos, List<PeriodStatisticsDto> periodStatisticDtos)
-
-
Method Details
-
getTotalStatisticsDtos
-
getPeriodStatisticDtos
-