-
- All Implemented Interfaces:
public class SpotXAdDescription.SpotXDataQueryParameter extends SpotXAdDescription.SpotXData
A record of SpotX query string parameters which can be a nested structure. Each entry contains the parameter name with associated value.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
SpotXAdDescription.SpotXDataQueryParameter.Builder
Creates a builder for SpotXDataQueryParameter.
-
Method Summary
Modifier and Type Method Description List<Double>
getDoubleList(@NonNull() String key)
The list of Double values, specified by the key. List<SpotXAdDescription.Geo>
getGeoList(@NonNull() String key)
The list of geographic locations, specified by the key. SpotXAdDescription.SpotXData
getSpotXData(@NonNull() String key)
The SpotXData, specified by the key. List<SpotXAdDescription.SpotXData>
getSpotXDataList(@NonNull() String key)
The list of SpotXData, specified by the key. boolean
equals(Object o)
int
hashCode()
-
Methods inherited from class com.theoplayer.android.api.source.addescription.SpotXAdDescription.SpotXData
getDouble, getGeo, getString, getStringList
-
Methods inherited from class com.theoplayer.android.internal.util.ReadOnlyMap
containsKey, equals, get, getData, hashCode
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDoubleList
@Nullable() List<Double> getDoubleList(@NonNull() String key)
The list of Double values, specified by the key.
- Parameters:
key
- The key of the attribute.
-
getGeoList
@Nullable() List<SpotXAdDescription.Geo> getGeoList(@NonNull() String key)
The list of geographic locations, specified by the key.
- Parameters:
key
- The key of the attribute.
-
getSpotXData
@Nullable() SpotXAdDescription.SpotXData getSpotXData(@NonNull() String key)
The SpotXData, specified by the key.
- Parameters:
key
- The key of the String attribute.
-
getSpotXDataList
@Nullable() List<SpotXAdDescription.SpotXData> getSpotXDataList(@NonNull() String key)
The list of SpotXData, specified by the key.
- Parameters:
key
- The key of the attribute.
-
hashCode
int hashCode()
-
-
-
-