Package com.google.openrtb
Interface OpenRtb.NativeResponse.Asset.VideoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<OpenRtb.NativeResponse.Asset.Video>,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OpenRtb.NativeResponse.Asset.Video,OpenRtb.NativeResponse.Asset.Video.Builder
- Enclosing class:
- OpenRtb.NativeResponse.Asset
public static interface OpenRtb.NativeResponse.Asset.VideoOrBuilder extends com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<OpenRtb.NativeResponse.Asset.Video>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetVasttag()VAST xml.com.google.protobuf.ByteStringgetVasttagBytes()VAST xml.booleanhasVasttag()VAST xml.-
Methods inherited from interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder
getDefaultInstanceForType, getExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, hasExtension, hasExtension, hasExtension
-
-
-
-
Method Detail
-
hasVasttag
boolean hasVasttag()
VAST xml. REQUIRED by the OpenRTB Native specification.
required string vasttag = 1;- Returns:
- Whether the vasttag field is set.
-
getVasttag
String getVasttag()
VAST xml. REQUIRED by the OpenRTB Native specification.
required string vasttag = 1;- Returns:
- The vasttag.
-
getVasttagBytes
com.google.protobuf.ByteString getVasttagBytes()
VAST xml. REQUIRED by the OpenRTB Native specification.
required string vasttag = 1;- Returns:
- The bytes for vasttag.
-
-