public final class PricePerBuyer 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 |
|---|
PricePerBuyer() |
| Modifier and Type | Method and Description |
|---|---|
PricePerBuyer |
clone() |
List<String> |
getAdvertiserIds()
The list of advertisers for this price when associated with this buyer.
|
Buyer |
getBuyer()
The buyer who will pay this price.
|
Price |
getPrice()
The specified price.
|
PricePerBuyer |
set(String fieldName,
Object value) |
PricePerBuyer |
setAdvertiserIds(List<String> advertiserIds)
The list of advertisers for this price when associated with this buyer.
|
PricePerBuyer |
setBuyer(Buyer buyer)
The buyer who will pay this price.
|
PricePerBuyer |
setPrice(Price price)
The specified price.
|
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 List<String> getAdvertiserIds()
null for nonepublic PricePerBuyer setAdvertiserIds(List<String> advertiserIds)
advertiserIds - advertiserIds or null for nonepublic Buyer getBuyer()
null for nonepublic PricePerBuyer setBuyer(Buyer buyer)
buyer - buyer or null for nonepublic Price getPrice()
null for nonepublic PricePerBuyer setPrice(Price price)
price - price or null for nonepublic PricePerBuyer set(String fieldName, Object value)
set in class GenericJsonpublic PricePerBuyer clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.