-
-
Constructor Summary
Constructors Constructor Description Segment()
-
Method Summary
Modifier and Type Method Description final StringgetId()ID of the data segment specific to the data provider. final UnitsetId(@SerializedName(value = id) String id)ID of the data segment specific to the data provider. final StringgetName()Name of the data segment specific to the data provider. final UnitsetName(@SerializedName(value = name) String name)Name of the data segment specific to the data provider. final StringgetValue()String representation of the data segment value. final UnitsetValue(@SerializedName(value = value) String value)String representation of the data segment value. 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
-
setId
final Unit setId(@SerializedName(value = id) String id)
ID of the data segment specific to the data provider.
-
setName
final Unit setName(@SerializedName(value = name) String name)
Name of the data segment specific to the data provider.
-
setValue
final Unit setValue(@SerializedName(value = value) String value)
String representation of the data segment value.
-
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.
-
-
-
-