-
public final class AssetImage.Request
-
-
Constructor Summary
Constructors Constructor Description AssetImage.Request()
-
Method Summary
Modifier and Type Method Description final IntegergetType()Type ID of the image AssetImage.Type element supported by the publisher. final UnitsetType(@SerializedName(value = type) Integer type)Type ID of the image AssetImage.Type element supported by the publisher. final IntegergetWidth()Width of the image in pixels. final UnitsetWidth(@SerializedName(value = w) Integer width)Width of the image in pixels. final IntegergetMinWidth()The minimum requested width of the image in pixels. final UnitsetMinWidth(@SerializedName(value = wmin) Integer minWidth)The minimum requested width of the image in pixels. final IntegergetHeight()Height of the image in pixels. final UnitsetHeight(@SerializedName(value = h) Integer height)Height of the image in pixels. final IntegergetMinHeight()The minimum requested height of the image in pixels. final UnitsetMinHeight(@SerializedName(value = hmin) Integer minHeight)The minimum requested height of the image in pixels. final List<String>getMimes()Whitelist of content MIME types supported. final UnitsetMimes(@SerializedName(value = mimes) List<String> mimes)Whitelist of content MIME types supported. final ObjectgetExtension()Placeholder for exchange-specific extensions to OpenRTB. final UnitsetExtension(@SerializedName(value = ext) Object extension)Placeholder for exchange-specific extensions to OpenRTB. -
-
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()
-
setMinWidth
final Unit setMinWidth(@SerializedName(value = wmin) Integer minWidth)
-
setHeight
final Unit setHeight(@SerializedName(value = h) Integer height)
Height of the image in pixels.
-
getMinHeight
final Integer getMinHeight()
-
setMinHeight
final Unit setMinHeight(@SerializedName(value = hmin) Integer minHeight)
-
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.
-
-
-
-