Interface VastAdSource
-
- All Implemented Interfaces:
public interface VastAdSource
-
-
Method Summary
Modifier and Type Method Description abstract AdSystemgetAdSystem()abstract List<Impression>getImpressions()abstract CreativesgetCreatives()abstract List<Error>getErrors()abstract PricinggetPricing()abstract ExtensionsgetExtensions()abstract ViewableImpressiongetViewableImpression()abstract AdVerificationsgetAdVerifications()abstract List<Category>getCategories()abstract AdServingIdgetAdServingId()-
-
Method Detail
-
getAdSystem
abstract AdSystem getAdSystem()
-
getImpressions
abstract List<Impression> getImpressions()
-
getCreatives
abstract Creatives getCreatives()
-
getPricing
abstract Pricing getPricing()
-
getExtensions
abstract Extensions getExtensions()
-
getViewableImpression
abstract ViewableImpression getViewableImpression()
-
getAdVerifications
abstract AdVerifications getAdVerifications()
-
getCategories
abstract List<Category> getCategories()
-
getAdServingId
abstract AdServingId getAdServingId()
-
-
-
-