-
public class AdPod
-
-
Field Summary
Fields Modifier and Type Field Description private final int
totalAds
private final int
adPosition
private final boolean
isBumper
private final double
maxDuration
private final int
podIndex
private final double
timeOffset
-
Constructor Summary
Constructors Constructor Description AdPod(int totalAds, int adPosition, boolean bumper, double maxDuration, int podIndex, double timeOffset)
-
Method Summary
Modifier and Type Method Description int
getTotalAds()
int
getAdPosition()
boolean
isBumper()
double
getMaxDuration()
int
getPodIndex()
double
getTimeOffset()
-
-
Method Detail
-
getTotalAds
int getTotalAds()
-
getAdPosition
int getAdPosition()
-
isBumper
boolean isBumper()
-
getMaxDuration
double getMaxDuration()
-
getPodIndex
int getPodIndex()
-
getTimeOffset
double getTimeOffset()
-
-
-
-