public final class TargetingValue extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Ad Exchange Buyer API II. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
TargetingValue() |
| Modifier and Type | Method and Description |
|---|---|
TargetingValue |
clone() |
CreativeSize |
getCreativeSizeValue()
The creative size value to include/exclude.
|
DayPartTargeting |
getDayPartTargetingValue()
The daypart targeting to include / exclude.
|
Long |
getLongValue()
The long value to include/exclude.
|
String |
getStringValue()
The string value to include/exclude.
|
TargetingValue |
set(String fieldName,
Object value) |
TargetingValue |
setCreativeSizeValue(CreativeSize creativeSizeValue)
The creative size value to include/exclude.
|
TargetingValue |
setDayPartTargetingValue(DayPartTargeting dayPartTargetingValue)
The daypart targeting to include / exclude.
|
TargetingValue |
setLongValue(Long longValue)
The long value to include/exclude.
|
TargetingValue |
setStringValue(String stringValue)
The string value to include/exclude.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic CreativeSize getCreativeSizeValue()
null for nonepublic TargetingValue setCreativeSizeValue(CreativeSize creativeSizeValue)
creativeSizeValue - creativeSizeValue or null for nonepublic DayPartTargeting getDayPartTargetingValue()
null for nonepublic TargetingValue setDayPartTargetingValue(DayPartTargeting dayPartTargetingValue)
dayPartTargetingValue - dayPartTargetingValue or null for nonepublic Long getLongValue()
null for nonepublic TargetingValue setLongValue(Long longValue)
longValue - longValue or null for nonepublic String getStringValue()
null for nonepublic TargetingValue setStringValue(String stringValue)
stringValue - stringValue or null for nonepublic TargetingValue set(String fieldName, Object value)
set in class GenericJsonpublic TargetingValue clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.