Package 

Class AssetData.Request

    • Method Summary

      Modifier and Type Method Description
      final Integer getType() Type ID of the element supported by the publisher.
      final Unit setType(@SerializedName(value = type) Integer type) Type ID of the element supported by the publisher.
      final Integer getLength() Maximum length of the text in the element’s response.
      final Unit setLength(@SerializedName(value = len) Integer length) Maximum length of the text in the element’s response.
      final Object getExtension() Placeholder for exchange-specific extensions to OpenRTB.
      final Unit setExtension(@SerializedName(value = ext) Object extension) Placeholder for exchange-specific extensions to OpenRTB.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AssetData.Request

        AssetData.Request()
    • Method Detail

      • getType

         final Integer getType()

        Type ID of the element supported by the publisher. AssetData.Type The publisher can display this information in an appropriate format. See Data Asset Types table for commonly used examples.

      • setType

         final Unit setType(@SerializedName(value = type) Integer type)

        Type ID of the element supported by the publisher. AssetData.Type The publisher can display this information in an appropriate format. See Data Asset Types table for commonly used examples.

      • getLength

         final Integer getLength()

        Maximum length of the text in the element’s response.

      • setLength

         final Unit setLength(@SerializedName(value = len) Integer length)

        Maximum length of the text in the element’s response.

      • getExtension

         final Object getExtension()

        Placeholder for exchange-specific extensions to OpenRTB.

      • setExtension

         final Unit setExtension(@SerializedName(value = ext) Object extension)

        Placeholder for exchange-specific extensions to OpenRTB.