public final class PublisherProfile 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 |
|---|
PublisherProfile() |
| Modifier and Type | Method and Description |
|---|---|
PublisherProfile |
clone() |
String |
getAudienceDescription()
Description on the publisher's audience.
|
String |
getBuyerPitchStatement()
Statement explaining what's unique about publisher's business, and why buyers should partner
with the publisher.
|
String |
getDirectDealsContact()
Contact information for direct reservation deals.
|
String |
getDisplayName()
Name of the publisher profile.
|
List<String> |
getDomains()
The list of domains represented in this publisher profile.
|
String |
getGooglePlusUrl()
URL to publisher's Google+ page.
|
Boolean |
getIsParent()
Indicates if this profile is the parent profile of the seller.
|
String |
getLogoUrl()
A Google public URL to the logo for this publisher profile.
|
String |
getMediaKitUrl()
URL to additional marketing and sales materials.
|
List<PublisherProfileMobileApplication> |
getMobileApps()
The list of apps represented in this publisher profile.
|
String |
getOverview()
Overview of the publisher.
|
String |
getProgrammaticDealsContact()
Contact information for programmatic deals.
|
String |
getPublisherProfileId()
Unique ID for publisher profile.
|
String |
getRateCardInfoUrl()
URL to a publisher rate card.
|
String |
getSamplePageUrl()
URL to a sample content page.
|
Seller |
getSeller()
Seller of the publisher profile.
|
List<String> |
getTopHeadlines()
Up to three key metrics and rankings.
|
PublisherProfile |
set(String fieldName,
Object value) |
PublisherProfile |
setAudienceDescription(String audienceDescription)
Description on the publisher's audience.
|
PublisherProfile |
setBuyerPitchStatement(String buyerPitchStatement)
Statement explaining what's unique about publisher's business, and why buyers should partner
with the publisher.
|
PublisherProfile |
setDirectDealsContact(String directDealsContact)
Contact information for direct reservation deals.
|
PublisherProfile |
setDisplayName(String displayName)
Name of the publisher profile.
|
PublisherProfile |
setDomains(List<String> domains)
The list of domains represented in this publisher profile.
|
PublisherProfile |
setGooglePlusUrl(String googlePlusUrl)
URL to publisher's Google+ page.
|
PublisherProfile |
setIsParent(Boolean isParent)
Indicates if this profile is the parent profile of the seller.
|
PublisherProfile |
setLogoUrl(String logoUrl)
A Google public URL to the logo for this publisher profile.
|
PublisherProfile |
setMediaKitUrl(String mediaKitUrl)
URL to additional marketing and sales materials.
|
PublisherProfile |
setMobileApps(List<PublisherProfileMobileApplication> mobileApps)
The list of apps represented in this publisher profile.
|
PublisherProfile |
setOverview(String overview)
Overview of the publisher.
|
PublisherProfile |
setProgrammaticDealsContact(String programmaticDealsContact)
Contact information for programmatic deals.
|
PublisherProfile |
setPublisherProfileId(String publisherProfileId)
Unique ID for publisher profile.
|
PublisherProfile |
setRateCardInfoUrl(String rateCardInfoUrl)
URL to a publisher rate card.
|
PublisherProfile |
setSamplePageUrl(String samplePageUrl)
URL to a sample content page.
|
PublisherProfile |
setSeller(Seller seller)
Seller of the publisher profile.
|
PublisherProfile |
setTopHeadlines(List<String> topHeadlines)
Up to three key metrics and rankings.
|
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 getAudienceDescription()
null for nonepublic PublisherProfile setAudienceDescription(String audienceDescription)
audienceDescription - audienceDescription or null for nonepublic String getBuyerPitchStatement()
null for nonepublic PublisherProfile setBuyerPitchStatement(String buyerPitchStatement)
buyerPitchStatement - buyerPitchStatement or null for nonepublic String getDirectDealsContact()
null for nonepublic PublisherProfile setDirectDealsContact(String directDealsContact)
directDealsContact - directDealsContact or null for nonepublic String getDisplayName()
null for nonepublic PublisherProfile setDisplayName(String displayName)
displayName - displayName or null for nonepublic List<String> getDomains()
null for nonepublic PublisherProfile setDomains(List<String> domains)
domains - domains or null for nonepublic String getGooglePlusUrl()
null for nonepublic PublisherProfile setGooglePlusUrl(String googlePlusUrl)
googlePlusUrl - googlePlusUrl or null for nonepublic Boolean getIsParent()
null for nonepublic PublisherProfile setIsParent(Boolean isParent)
isParent - isParent or null for nonepublic String getLogoUrl()
null for nonepublic PublisherProfile setLogoUrl(String logoUrl)
logoUrl - logoUrl or null for nonepublic String getMediaKitUrl()
null for nonepublic PublisherProfile setMediaKitUrl(String mediaKitUrl)
mediaKitUrl - mediaKitUrl or null for nonepublic List<PublisherProfileMobileApplication> getMobileApps()
null for nonepublic PublisherProfile setMobileApps(List<PublisherProfileMobileApplication> mobileApps)
mobileApps - mobileApps or null for nonepublic String getOverview()
null for nonepublic PublisherProfile setOverview(String overview)
overview - overview or null for nonepublic String getProgrammaticDealsContact()
null for nonepublic PublisherProfile setProgrammaticDealsContact(String programmaticDealsContact)
programmaticDealsContact - programmaticDealsContact or null for nonepublic String getPublisherProfileId()
null for nonepublic PublisherProfile setPublisherProfileId(String publisherProfileId)
publisherProfileId - publisherProfileId or null for nonepublic String getRateCardInfoUrl()
null for nonepublic PublisherProfile setRateCardInfoUrl(String rateCardInfoUrl)
rateCardInfoUrl - rateCardInfoUrl or null for nonepublic String getSamplePageUrl()
null for nonepublic PublisherProfile setSamplePageUrl(String samplePageUrl)
samplePageUrl - samplePageUrl or null for nonepublic Seller getSeller()
null for nonepublic PublisherProfile setSeller(Seller seller)
seller - seller or null for nonepublic List<String> getTopHeadlines()
null for nonepublic PublisherProfile setTopHeadlines(List<String> topHeadlines)
topHeadlines - topHeadlines or null for nonepublic PublisherProfile set(String fieldName, Object value)
set in class GenericJsonpublic PublisherProfile clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.