public final class GuaranteedFixedPriceTerms 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 |
|---|
GuaranteedFixedPriceTerms() |
| Modifier and Type | Method and Description |
|---|---|
GuaranteedFixedPriceTerms |
clone() |
List<PricePerBuyer> |
getFixedPrices()
Fixed price for the specified buyer.
|
Long |
getGuaranteedImpressions()
Guaranteed impressions as a percentage.
|
Long |
getGuaranteedLooks()
Count of guaranteed looks.
|
Long |
getImpressionCap()
The lifetime impression cap for CPM sponsorship deals.
|
Long |
getMinimumDailyLooks()
Daily minimum looks for CPD deal types.
|
Long |
getPercentShareOfVoice()
For sponsorship deals, this is the percentage of the seller's eligible impressions that the
deal will serve until the cap is reached.
|
String |
getReservationType()
The reservation type for a Programmatic Guaranteed deal.
|
GuaranteedFixedPriceTerms |
set(String fieldName,
Object value) |
GuaranteedFixedPriceTerms |
setFixedPrices(List<PricePerBuyer> fixedPrices)
Fixed price for the specified buyer.
|
GuaranteedFixedPriceTerms |
setGuaranteedImpressions(Long guaranteedImpressions)
Guaranteed impressions as a percentage.
|
GuaranteedFixedPriceTerms |
setGuaranteedLooks(Long guaranteedLooks)
Count of guaranteed looks.
|
GuaranteedFixedPriceTerms |
setImpressionCap(Long impressionCap)
The lifetime impression cap for CPM sponsorship deals.
|
GuaranteedFixedPriceTerms |
setMinimumDailyLooks(Long minimumDailyLooks)
Daily minimum looks for CPD deal types.
|
GuaranteedFixedPriceTerms |
setPercentShareOfVoice(Long percentShareOfVoice)
For sponsorship deals, this is the percentage of the seller's eligible impressions that the
deal will serve until the cap is reached.
|
GuaranteedFixedPriceTerms |
setReservationType(String reservationType)
The reservation type for a Programmatic Guaranteed deal.
|
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<PricePerBuyer> getFixedPrices()
null for nonepublic GuaranteedFixedPriceTerms setFixedPrices(List<PricePerBuyer> fixedPrices)
fixedPrices - fixedPrices or null for nonepublic Long getGuaranteedImpressions()
null for nonepublic GuaranteedFixedPriceTerms setGuaranteedImpressions(Long guaranteedImpressions)
guaranteedImpressions - guaranteedImpressions or null for nonepublic Long getGuaranteedLooks()
null for nonepublic GuaranteedFixedPriceTerms setGuaranteedLooks(Long guaranteedLooks)
guaranteedLooks - guaranteedLooks or null for nonepublic Long getImpressionCap()
null for nonepublic GuaranteedFixedPriceTerms setImpressionCap(Long impressionCap)
impressionCap - impressionCap or null for nonepublic Long getMinimumDailyLooks()
null for nonepublic GuaranteedFixedPriceTerms setMinimumDailyLooks(Long minimumDailyLooks)
minimumDailyLooks - minimumDailyLooks or null for nonepublic Long getPercentShareOfVoice()
null for nonepublic GuaranteedFixedPriceTerms setPercentShareOfVoice(Long percentShareOfVoice)
percentShareOfVoice - percentShareOfVoice or null for nonepublic String getReservationType()
null for nonepublic GuaranteedFixedPriceTerms setReservationType(String reservationType)
reservationType - reservationType or null for nonepublic GuaranteedFixedPriceTerms set(String fieldName, Object value)
set in class GenericJsonpublic GuaranteedFixedPriceTerms clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.