Class ViewableImpression
-
- All Implemented Interfaces:
public class ViewableImpression
-
-
Field Summary
Fields Modifier and Type Field Description public Stringidpublic List<Viewable>viewableListpublic List<NotViewable>notViewableListpublic List<ViewUndetermined>viewUndeterminedList
-
Constructor Summary
Constructors Constructor Description ViewableImpression()
-
Method Summary
Modifier and Type Method Description StringgetId()List<Viewable>getViewableList()List<NotViewable>getNotViewableList()List<ViewUndetermined>getViewUndeterminedList()-
-
Method Detail
-
getViewableList
List<Viewable> getViewableList()
-
getNotViewableList
List<NotViewable> getNotViewableList()
-
getViewUndeterminedList
List<ViewUndetermined> getViewUndeterminedList()
-
-
-
-