Package 

Class AssetTitle.Response

    • Method Summary

      Modifier and Type Method Description
      final Integer getLength() The length of the title being provided.
      final Unit setLength(@SerializedName(value = len) Integer length) The length of the title being provided.
      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.
      final String getText() The text associated with the text element.
      • Methods inherited from class java.lang.Object

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

      • AssetTitle.Response

        AssetTitle.Response(String text)
    • Method Detail

      • getLength

         final Integer getLength()

        The length of the title being provided. Required if using assetsurl/dcourl representation, optional if using embedded asset representation.

      • setLength

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

        The length of the title being provided. Required if using assetsurl/dcourl representation, optional if using embedded asset representation.

      • 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.

      • getText

         final String getText()

        The text associated with the text element.