Interface OpenRtb.NativeResponse.Asset.VideoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getVasttag()
      VAST xml.
      com.google.protobuf.ByteString getVasttagBytes()
      VAST xml.
      boolean hasVasttag()
      VAST xml.
      • Methods inherited from interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder

        getDefaultInstanceForType, getExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, hasExtension, hasExtension, hasExtension
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 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.