-
public final class AssetTitle.Response
-
-
Constructor Summary
Constructors Constructor Description AssetTitle.Response(String text)
-
Method Summary
Modifier and Type Method Description final IntegergetLength()The length of the title being provided. final UnitsetLength(@SerializedName(value = len) Integer length)The length of the title being provided. final ObjectgetExtension()Placeholder for exchange-specific extensions to OpenRTB. final UnitsetExtension(@SerializedName(value = ext) Object extension)Placeholder for exchange-specific extensions to OpenRTB. final StringgetText()The text associated with the text element. -
-
Constructor Detail
-
AssetTitle.Response
AssetTitle.Response(String text)
-
-
Method Detail
-
getLength
final Integer getLength()
The length of the title being provided. Required if using assetsurl/dcourl representation, optional if using embedded asset representation.
-
setLength
final Unit setLength(@SerializedName(value = len) Integer length)
The length of the title being provided. Required if using assetsurl/dcourl representation, optional if using embedded asset representation.
-
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.
-
-
-
-