Package 

Class AssetImage.Request

    • Constructor Detail

      • AssetImage.Request

        AssetImage.Request()
    • 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.

      • getMinWidth

         final Integer getMinWidth()

        The minimum requested width of the image in pixels. This option should be used for any rescaling of images by the client. Either width or minWidth should be transmitted. If only width is included, it should be considered an exact requirement.

      • setMinWidth

         final Unit setMinWidth(@SerializedName(value = wmin) Integer minWidth)

        The minimum requested width of the image in pixels. This option should be used for any rescaling of images by the client. Either width or minWidth should be transmitted. If only width is included, it should be considered an exact requirement.

      • setHeight

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

        Height of the image in pixels.

      • getMinHeight

         final Integer getMinHeight()

        The minimum requested height of the image in pixels. This option should be used for any rescaling of images by the client. Either height or minHeight should be transmitted. If only height is included, it should be considered an exact requirement.

      • setMinHeight

         final Unit setMinHeight(@SerializedName(value = hmin) Integer minHeight)

        The minimum requested height of the image in pixels. This option should be used for any rescaling of images by the client. Either height or minHeight should be transmitted. If only height is included, it should be considered an exact requirement.

      • getMimes

         final List<String> getMimes()

        Whitelist of content MIME types supported. Popular MIME types include, but are not limited to “image/jpg” “image/gif”. If blank, assume all types are allowed

      • setMimes

         final Unit setMimes(@SerializedName(value = mimes) List<String> mimes)

        Whitelist of content MIME types supported. Popular MIME types include, but are not limited to “image/jpg” “image/gif”. If blank, assume all types are allowed

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