Class AdInstanceLoadStrategy.ShowSelection
-
- All Implemented Interfaces:
public final class AdInstanceLoadStrategy.ShowSelection
-
-
Field Summary
Fields Modifier and Type Field Description private final AdInstanceinstanceToShowprivate final List<AdInstance>orderedInstances
-
Constructor Summary
Constructors Constructor Description AdInstanceLoadStrategy.ShowSelection(AdInstance instanceToShow, List<AdInstance> orderedInstances)
-
Method Summary
Modifier and Type Method Description final AdInstancegetInstanceToShow()final List<AdInstance>getOrderedInstances()-
-
Constructor Detail
-
AdInstanceLoadStrategy.ShowSelection
AdInstanceLoadStrategy.ShowSelection(AdInstance instanceToShow, List<AdInstance> orderedInstances)
-
-
Method Detail
-
getInstanceToShow
final AdInstance getInstanceToShow()
-
getOrderedInstances
final List<AdInstance> getOrderedInstances()
-
-
-
-