-
public final class AssetData.Request
-
-
Constructor Summary
Constructors Constructor Description AssetData.Request()
-
Method Summary
Modifier and Type Method Description final IntegergetType()Type ID of the element supported by the publisher. final UnitsetType(@SerializedName(value = type) Integer type)Type ID of the element supported by the publisher. final IntegergetLength()Maximum length of the text in the element’s response. final UnitsetLength(@SerializedName(value = len) Integer length)Maximum length of the text in the element’s response. 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 element supported by the publisher. AssetData.Type The publisher can display this information in an appropriate format. See Data Asset Types table for commonly used examples.
-
setType
final Unit setType(@SerializedName(value = type) Integer type)
Type ID of the element supported by the publisher. AssetData.Type The publisher can display this information in an appropriate format. See Data Asset Types table for commonly used examples.
-
setLength
final Unit setLength(@SerializedName(value = len) Integer length)
Maximum length of the text in the element’s response.
-
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.
-
-
-
-