Class InLine
- java.lang.Object
-
- org.prebid.mobile.rendering.video.vast.VASTParserBase
-
- org.prebid.mobile.rendering.video.vast.InLine
-
public class InLine extends VASTParserBase
-
-
Constructor Summary
Constructors Constructor Description InLine(org.xmlpull.v1.XmlPullParser p)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdSystemgetAdSystem()AdTitlegetAdTitle()AdVerificationsgetAdVerifications()AdvertisergetAdvertiser()java.util.ArrayList<Creative>getCreatives()DescriptiongetDescription()ErrorgetError()ExtensionsgetExtensions()java.util.ArrayList<Impression>getImpressions()PricinggetPricing()SurveygetSurvey()voidsetCreatives(java.util.ArrayList<Creative> creatives)-
Methods inherited from class org.prebid.mobile.rendering.video.vast.VASTParserBase
readText, skip
-
-
-
-
Method Detail
-
getAdSystem
public AdSystem getAdSystem()
-
getAdTitle
public AdTitle getAdTitle()
-
getDescription
public Description getDescription()
-
getAdvertiser
public Advertiser getAdvertiser()
-
getPricing
public Pricing getPricing()
-
getSurvey
public Survey getSurvey()
-
getError
public Error getError()
-
getImpressions
public java.util.ArrayList<Impression> getImpressions()
-
getCreatives
public java.util.ArrayList<Creative> getCreatives()
-
setCreatives
public void setCreatives(java.util.ArrayList<Creative> creatives)
-
getExtensions
public Extensions getExtensions()
-
getAdVerifications
public AdVerifications getAdVerifications()
-
-