-
public final class AssetImage.Response
-
-
Constructor Summary
Constructors Constructor Description AssetImage.Response(String url)
-
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 IntegergetHeight()Height of the image in pixels. final UnitsetHeight(@SerializedName(value = h) Integer height)Height of the image in pixels. final ObjectgetExtension()Placeholder for exchange-specific extensions to OpenRTB. final UnitsetExtension(@SerializedName(value = ext) Object extension)Placeholder for exchange-specific extensions to OpenRTB. final StringgetUrl()URL of the image asset. -
-
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.
-
-
-
-