Class WaterfallInstances
-
- All Implemented Interfaces:
public final class WaterfallInstances
-
-
Field Summary
Fields Modifier and Type Field Description private final Integersizeprivate final List<AdInstance>instances
-
Constructor Summary
Constructors Constructor Description WaterfallInstances(List<AdInstance> instances)
-
Method Summary
Modifier and Type Method Description final IntegergetSize()final List<AdInstance>getInstances()final StringtoWaterfallString()-
-
Constructor Detail
-
WaterfallInstances
WaterfallInstances(List<AdInstance> instances)
-
-
Method Detail
-
getInstances
final List<AdInstance> getInstances()
-
toWaterfallString
final String toWaterfallString()
-
-
-
-