Class THEOAd
-
-
Field Summary
Fields Modifier and Type Field Description private final StringcreativeIdprivate final StringadSystem
-
Constructor Summary
Constructors Constructor Description THEOAd(String id, THEOAdBreak adBreak, Double duration, List<CompanionAd> companionAds, String creativeId, String adSystem)
-
Method Summary
Modifier and Type Method Description final StringgetCreativeId()The identifier of the selected creative for the ad. final StringgetAdSystem()The source ad server information included in the ad response. StringgetId()List<CompanionAd>getCompanions()StringgetType()THEOAdBreakgetAdBreak()IntegergetSkipOffset()AdIntegrationKindgetIntegration()StringgetCustomIntegration()ObjectgetCustomData()DoublegetDurationAsDouble()IntegergetDuration()List<MediaFile>getMediaFiles()-
-
Constructor Detail
-
THEOAd
THEOAd(String id, THEOAdBreak adBreak, Double duration, List<CompanionAd> companionAds, String creativeId, String adSystem)
-
-
Method Detail
-
getCreativeId
final String getCreativeId()
The identifier of the selected creative for the ad.
-
getAdSystem
final String getAdSystem()
The source ad server information included in the ad response.
-
getCompanions
List<CompanionAd> getCompanions()
-
getAdBreak
THEOAdBreak getAdBreak()
-
getSkipOffset
Integer getSkipOffset()
-
getIntegration
AdIntegrationKind getIntegration()
-
getCustomIntegration
String getCustomIntegration()
-
getCustomData
Object getCustomData()
-
getDurationAsDouble
Double getDurationAsDouble()
-
getDuration
Integer getDuration()
-
getMediaFiles
List<MediaFile> getMediaFiles()
-
-
-
-