public final class DealTerms 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 |
|---|
DealTerms() |
| Modifier and Type | Method and Description |
|---|---|
DealTerms |
clone() |
String |
getBrandingType()
Visibility of the URL in bid requests.
|
String |
getDescription()
Publisher provided description for the terms.
|
Price |
getEstimatedGrossSpend()
Non-binding estimate of the estimated gross spend for this deal.
|
Long |
getEstimatedImpressionsPerDay()
Non-binding estimate of the impressions served per day.
|
GuaranteedFixedPriceTerms |
getGuaranteedFixedPriceTerms()
The terms for guaranteed fixed price deals.
|
NonGuaranteedAuctionTerms |
getNonGuaranteedAuctionTerms()
The terms for non-guaranteed auction deals.
|
NonGuaranteedFixedPriceTerms |
getNonGuaranteedFixedPriceTerms()
The terms for non-guaranteed fixed price deals.
|
String |
getSellerTimeZone()
The time zone name.
|
DealTerms |
set(String fieldName,
Object value) |
DealTerms |
setBrandingType(String brandingType)
Visibility of the URL in bid requests.
|
DealTerms |
setDescription(String description)
Publisher provided description for the terms.
|
DealTerms |
setEstimatedGrossSpend(Price estimatedGrossSpend)
Non-binding estimate of the estimated gross spend for this deal.
|
DealTerms |
setEstimatedImpressionsPerDay(Long estimatedImpressionsPerDay)
Non-binding estimate of the impressions served per day.
|
DealTerms |
setGuaranteedFixedPriceTerms(GuaranteedFixedPriceTerms guaranteedFixedPriceTerms)
The terms for guaranteed fixed price deals.
|
DealTerms |
setNonGuaranteedAuctionTerms(NonGuaranteedAuctionTerms nonGuaranteedAuctionTerms)
The terms for non-guaranteed auction deals.
|
DealTerms |
setNonGuaranteedFixedPriceTerms(NonGuaranteedFixedPriceTerms nonGuaranteedFixedPriceTerms)
The terms for non-guaranteed fixed price deals.
|
DealTerms |
setSellerTimeZone(String sellerTimeZone)
The time zone name.
|
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 String getBrandingType()
null for nonepublic DealTerms setBrandingType(String brandingType)
brandingType - brandingType or null for nonepublic String getDescription()
null for nonepublic DealTerms setDescription(String description)
description - description or null for nonepublic Price getEstimatedGrossSpend()
null for nonepublic DealTerms setEstimatedGrossSpend(Price estimatedGrossSpend)
estimatedGrossSpend - estimatedGrossSpend or null for nonepublic Long getEstimatedImpressionsPerDay()
null for nonepublic DealTerms setEstimatedImpressionsPerDay(Long estimatedImpressionsPerDay)
estimatedImpressionsPerDay - estimatedImpressionsPerDay or null for nonepublic GuaranteedFixedPriceTerms getGuaranteedFixedPriceTerms()
null for nonepublic DealTerms setGuaranteedFixedPriceTerms(GuaranteedFixedPriceTerms guaranteedFixedPriceTerms)
guaranteedFixedPriceTerms - guaranteedFixedPriceTerms or null for nonepublic NonGuaranteedAuctionTerms getNonGuaranteedAuctionTerms()
null for nonepublic DealTerms setNonGuaranteedAuctionTerms(NonGuaranteedAuctionTerms nonGuaranteedAuctionTerms)
nonGuaranteedAuctionTerms - nonGuaranteedAuctionTerms or null for nonepublic NonGuaranteedFixedPriceTerms getNonGuaranteedFixedPriceTerms()
null for nonepublic DealTerms setNonGuaranteedFixedPriceTerms(NonGuaranteedFixedPriceTerms nonGuaranteedFixedPriceTerms)
nonGuaranteedFixedPriceTerms - nonGuaranteedFixedPriceTerms or null for nonepublic String getSellerTimeZone()
null for nonepublic DealTerms setSellerTimeZone(String sellerTimeZone)
sellerTimeZone - sellerTimeZone or null for nonepublic DealTerms set(String fieldName, Object value)
set in class GenericJsonpublic DealTerms clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.