Class POBNativeAdVideoResponseAsset
-
- All Implemented Interfaces:
public final class POBNativeAdVideoResponseAsset extends POBNativeAdResponseAsset
This class represents the title object which is inside the assets object in the native response
-
-
Constructor Summary
Constructors Constructor Description POBNativeAdVideoResponseAsset(Integer assetId, Boolean required, String vastAdTag, POBNativeAdLinkResponse link)
-
Method Summary
Modifier and Type Method Description final StringgetVastAdTag()Returns the VAST ad tag StringtoString()Returns the string representation of the object -
-
Constructor Detail
-
POBNativeAdVideoResponseAsset
POBNativeAdVideoResponseAsset(Integer assetId, Boolean required, String vastAdTag, POBNativeAdLinkResponse link)
-
-
Method Detail
-
getVastAdTag
final String getVastAdTag()
Returns the VAST ad tag
- Returns:
VAST ad tag
-
-
-
-