Package com.naver.ads.video.vast
Class ResolvedVast
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class ResolvedVast implements Parcelable
Represents a resolved com.naver.ads.video.vast.raw.Vast
-
-
Field Summary
Fields Modifier and Type Field Description private final List<ResolvedAd>resolvedAdsprivate final List<String>errorUrlTemplatesprivate final Stringversion
-
Constructor Summary
Constructors Constructor Description ResolvedVast(List<ResolvedAd> resolvedAds, List<String> errorUrlTemplates, String version)Constructs a new ResolvedVast instance.
-
Method Summary
Modifier and Type Method Description final List<ResolvedAd>getResolvedAds()the resolved ads. final List<String>getErrorUrlTemplates()the error url templates. final StringgetVersion()the version of vast. -
-
Constructor Detail
-
ResolvedVast
ResolvedVast(List<ResolvedAd> resolvedAds, List<String> errorUrlTemplates, String version)
Constructs a new ResolvedVast instance.
-
-
Method Detail
-
getResolvedAds
final List<ResolvedAd> getResolvedAds()
the resolved ads.
-
getErrorUrlTemplates
final List<String> getErrorUrlTemplates()
the error url templates.
-
getVersion
final String getVersion()
the version of vast.
-
-
-
-