-
- All Implemented Interfaces:
public final class PlayerStatsModel.Bandwidth
-
-
Field Summary
Fields Modifier and Type Field Description private final LongbandWidthEstimateprivate final LongtotalBytesLoadedprivate final AnalyticsListener.EventTimeeventTime
-
Constructor Summary
Constructors Constructor Description PlayerStatsModel.Bandwidth(Long bandWidthEstimate, Long totalBytesLoaded, AnalyticsListener.EventTime eventTime)
-
Method Summary
Modifier and Type Method Description final LonggetBandWidthEstimate()final LonggetTotalBytesLoaded()final AnalyticsListener.EventTimegetEventTime()-
-
Constructor Detail
-
PlayerStatsModel.Bandwidth
PlayerStatsModel.Bandwidth(Long bandWidthEstimate, Long totalBytesLoaded, AnalyticsListener.EventTime eventTime)
-
-
Method Detail
-
getBandWidthEstimate
final Long getBandWidthEstimate()
-
getTotalBytesLoaded
final Long getTotalBytesLoaded()
-
getEventTime
final AnalyticsListener.EventTime getEventTime()
-
-
-
-