123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243 |
- <?php
- /*
- * Copyright 2014 Google Inc.
- *
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not
- * use this file except in compliance with the License. You may obtain a copy of
- * the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations under
- * the License.
- */
-
- class Google_Service_AdExchangeBuyer_PublisherProfileApiProto extends Google_Collection
- {
- protected $collection_key = 'topHeadlines';
- public $accountId;
- public $audience;
- public $buyerPitchStatement;
- public $directContact;
- public $exchange;
- public $googlePlusLink;
- public $isParent;
- public $isPublished;
- public $kind;
- public $logoUrl;
- public $mediaKitLink;
- public $name;
- public $overview;
- public $profileId;
- public $programmaticContact;
- public $publisherDomains;
- public $publisherProfileId;
- protected $publisherProvidedForecastType = 'Google_Service_AdExchangeBuyer_PublisherProvidedForecast';
- protected $publisherProvidedForecastDataType = '';
- public $rateCardInfoLink;
- public $samplePageLink;
- protected $sellerType = 'Google_Service_AdExchangeBuyer_Seller';
- protected $sellerDataType = '';
- public $state;
- public $topHeadlines;
-
- public function setAccountId($accountId)
- {
- $this->accountId = $accountId;
- }
- public function getAccountId()
- {
- return $this->accountId;
- }
- public function setAudience($audience)
- {
- $this->audience = $audience;
- }
- public function getAudience()
- {
- return $this->audience;
- }
- public function setBuyerPitchStatement($buyerPitchStatement)
- {
- $this->buyerPitchStatement = $buyerPitchStatement;
- }
- public function getBuyerPitchStatement()
- {
- return $this->buyerPitchStatement;
- }
- public function setDirectContact($directContact)
- {
- $this->directContact = $directContact;
- }
- public function getDirectContact()
- {
- return $this->directContact;
- }
- public function setExchange($exchange)
- {
- $this->exchange = $exchange;
- }
- public function getExchange()
- {
- return $this->exchange;
- }
- public function setGooglePlusLink($googlePlusLink)
- {
- $this->googlePlusLink = $googlePlusLink;
- }
- public function getGooglePlusLink()
- {
- return $this->googlePlusLink;
- }
- public function setIsParent($isParent)
- {
- $this->isParent = $isParent;
- }
- public function getIsParent()
- {
- return $this->isParent;
- }
- public function setIsPublished($isPublished)
- {
- $this->isPublished = $isPublished;
- }
- public function getIsPublished()
- {
- return $this->isPublished;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setLogoUrl($logoUrl)
- {
- $this->logoUrl = $logoUrl;
- }
- public function getLogoUrl()
- {
- return $this->logoUrl;
- }
- public function setMediaKitLink($mediaKitLink)
- {
- $this->mediaKitLink = $mediaKitLink;
- }
- public function getMediaKitLink()
- {
- return $this->mediaKitLink;
- }
- public function setName($name)
- {
- $this->name = $name;
- }
- public function getName()
- {
- return $this->name;
- }
- public function setOverview($overview)
- {
- $this->overview = $overview;
- }
- public function getOverview()
- {
- return $this->overview;
- }
- public function setProfileId($profileId)
- {
- $this->profileId = $profileId;
- }
- public function getProfileId()
- {
- return $this->profileId;
- }
- public function setProgrammaticContact($programmaticContact)
- {
- $this->programmaticContact = $programmaticContact;
- }
- public function getProgrammaticContact()
- {
- return $this->programmaticContact;
- }
- public function setPublisherDomains($publisherDomains)
- {
- $this->publisherDomains = $publisherDomains;
- }
- public function getPublisherDomains()
- {
- return $this->publisherDomains;
- }
- public function setPublisherProfileId($publisherProfileId)
- {
- $this->publisherProfileId = $publisherProfileId;
- }
- public function getPublisherProfileId()
- {
- return $this->publisherProfileId;
- }
- /**
- * @param Google_Service_AdExchangeBuyer_PublisherProvidedForecast
- */
- public function setPublisherProvidedForecast(Google_Service_AdExchangeBuyer_PublisherProvidedForecast $publisherProvidedForecast)
- {
- $this->publisherProvidedForecast = $publisherProvidedForecast;
- }
- /**
- * @return Google_Service_AdExchangeBuyer_PublisherProvidedForecast
- */
- public function getPublisherProvidedForecast()
- {
- return $this->publisherProvidedForecast;
- }
- public function setRateCardInfoLink($rateCardInfoLink)
- {
- $this->rateCardInfoLink = $rateCardInfoLink;
- }
- public function getRateCardInfoLink()
- {
- return $this->rateCardInfoLink;
- }
- public function setSamplePageLink($samplePageLink)
- {
- $this->samplePageLink = $samplePageLink;
- }
- public function getSamplePageLink()
- {
- return $this->samplePageLink;
- }
- /**
- * @param Google_Service_AdExchangeBuyer_Seller
- */
- public function setSeller(Google_Service_AdExchangeBuyer_Seller $seller)
- {
- $this->seller = $seller;
- }
- /**
- * @return Google_Service_AdExchangeBuyer_Seller
- */
- public function getSeller()
- {
- return $this->seller;
- }
- public function setState($state)
- {
- $this->state = $state;
- }
- public function getState()
- {
- return $this->state;
- }
- public function setTopHeadlines($topHeadlines)
- {
- $this->topHeadlines = $topHeadlines;
- }
- public function getTopHeadlines()
- {
- return $this->topHeadlines;
- }
- }
|