Package 

Class AssetImage.Response

    • Constructor Detail

      • AssetImage.Response

        AssetImage.Response(String url)
    • Method Detail

      • getType

         final Integer getType()

        Type ID of the image AssetImage.Type element supported by the publisher. The publisher can display this information in an appropriate format.

      • setType

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

        Type ID of the image AssetImage.Type element supported by the publisher. The publisher can display this information in an appropriate format.

      • setWidth

         final Unit setWidth(@SerializedName(value = w) Integer width)

        Width of the image in pixels.

      • setHeight

         final Unit setHeight(@SerializedName(value = h) Integer height)

        Height of the image in pixels.

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