123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289 |
- <?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_AdExchangeBuyerII_Creative extends Google_Collection
- {
- protected $collection_key = 'vendorIds';
- public $accountId;
- public $adChoicesDestinationUrl;
- public $advertiserName;
- public $agencyId;
- public $apiUpdateTime;
- public $attributes;
- public $clickThroughUrls;
- protected $correctionsType = 'Google_Service_AdExchangeBuyerII_Correction';
- protected $correctionsDataType = 'array';
- public $creativeId;
- public $dealsStatus;
- public $detectedAdvertiserIds;
- public $detectedDomains;
- public $detectedLanguages;
- public $detectedProductCategories;
- public $detectedSensitiveCategories;
- protected $filteringStatsType = 'Google_Service_AdExchangeBuyerII_FilteringStats';
- protected $filteringStatsDataType = '';
- protected $htmlType = 'Google_Service_AdExchangeBuyerII_HtmlContent';
- protected $htmlDataType = '';
- public $impressionTrackingUrls;
- protected $nativeType = 'Google_Service_AdExchangeBuyerII_NativeContent';
- protected $nativeDataType = '';
- public $openAuctionStatus;
- public $restrictedCategories;
- protected $servingRestrictionsType = 'Google_Service_AdExchangeBuyerII_ServingRestriction';
- protected $servingRestrictionsDataType = 'array';
- public $vendorIds;
- public $version;
- protected $videoType = 'Google_Service_AdExchangeBuyerII_VideoContent';
- protected $videoDataType = '';
-
- public function setAccountId($accountId)
- {
- $this->accountId = $accountId;
- }
- public function getAccountId()
- {
- return $this->accountId;
- }
- public function setAdChoicesDestinationUrl($adChoicesDestinationUrl)
- {
- $this->adChoicesDestinationUrl = $adChoicesDestinationUrl;
- }
- public function getAdChoicesDestinationUrl()
- {
- return $this->adChoicesDestinationUrl;
- }
- public function setAdvertiserName($advertiserName)
- {
- $this->advertiserName = $advertiserName;
- }
- public function getAdvertiserName()
- {
- return $this->advertiserName;
- }
- public function setAgencyId($agencyId)
- {
- $this->agencyId = $agencyId;
- }
- public function getAgencyId()
- {
- return $this->agencyId;
- }
- public function setApiUpdateTime($apiUpdateTime)
- {
- $this->apiUpdateTime = $apiUpdateTime;
- }
- public function getApiUpdateTime()
- {
- return $this->apiUpdateTime;
- }
- public function setAttributes($attributes)
- {
- $this->attributes = $attributes;
- }
- public function getAttributes()
- {
- return $this->attributes;
- }
- public function setClickThroughUrls($clickThroughUrls)
- {
- $this->clickThroughUrls = $clickThroughUrls;
- }
- public function getClickThroughUrls()
- {
- return $this->clickThroughUrls;
- }
- /**
- * @param Google_Service_AdExchangeBuyerII_Correction
- */
- public function setCorrections($corrections)
- {
- $this->corrections = $corrections;
- }
- /**
- * @return Google_Service_AdExchangeBuyerII_Correction
- */
- public function getCorrections()
- {
- return $this->corrections;
- }
- public function setCreativeId($creativeId)
- {
- $this->creativeId = $creativeId;
- }
- public function getCreativeId()
- {
- return $this->creativeId;
- }
- public function setDealsStatus($dealsStatus)
- {
- $this->dealsStatus = $dealsStatus;
- }
- public function getDealsStatus()
- {
- return $this->dealsStatus;
- }
- public function setDetectedAdvertiserIds($detectedAdvertiserIds)
- {
- $this->detectedAdvertiserIds = $detectedAdvertiserIds;
- }
- public function getDetectedAdvertiserIds()
- {
- return $this->detectedAdvertiserIds;
- }
- public function setDetectedDomains($detectedDomains)
- {
- $this->detectedDomains = $detectedDomains;
- }
- public function getDetectedDomains()
- {
- return $this->detectedDomains;
- }
- public function setDetectedLanguages($detectedLanguages)
- {
- $this->detectedLanguages = $detectedLanguages;
- }
- public function getDetectedLanguages()
- {
- return $this->detectedLanguages;
- }
- public function setDetectedProductCategories($detectedProductCategories)
- {
- $this->detectedProductCategories = $detectedProductCategories;
- }
- public function getDetectedProductCategories()
- {
- return $this->detectedProductCategories;
- }
- public function setDetectedSensitiveCategories($detectedSensitiveCategories)
- {
- $this->detectedSensitiveCategories = $detectedSensitiveCategories;
- }
- public function getDetectedSensitiveCategories()
- {
- return $this->detectedSensitiveCategories;
- }
- /**
- * @param Google_Service_AdExchangeBuyerII_FilteringStats
- */
- public function setFilteringStats(Google_Service_AdExchangeBuyerII_FilteringStats $filteringStats)
- {
- $this->filteringStats = $filteringStats;
- }
- /**
- * @return Google_Service_AdExchangeBuyerII_FilteringStats
- */
- public function getFilteringStats()
- {
- return $this->filteringStats;
- }
- /**
- * @param Google_Service_AdExchangeBuyerII_HtmlContent
- */
- public function setHtml(Google_Service_AdExchangeBuyerII_HtmlContent $html)
- {
- $this->html = $html;
- }
- /**
- * @return Google_Service_AdExchangeBuyerII_HtmlContent
- */
- public function getHtml()
- {
- return $this->html;
- }
- public function setImpressionTrackingUrls($impressionTrackingUrls)
- {
- $this->impressionTrackingUrls = $impressionTrackingUrls;
- }
- public function getImpressionTrackingUrls()
- {
- return $this->impressionTrackingUrls;
- }
- /**
- * @param Google_Service_AdExchangeBuyerII_NativeContent
- */
- public function setNative(Google_Service_AdExchangeBuyerII_NativeContent $native)
- {
- $this->native = $native;
- }
- /**
- * @return Google_Service_AdExchangeBuyerII_NativeContent
- */
- public function getNative()
- {
- return $this->native;
- }
- public function setOpenAuctionStatus($openAuctionStatus)
- {
- $this->openAuctionStatus = $openAuctionStatus;
- }
- public function getOpenAuctionStatus()
- {
- return $this->openAuctionStatus;
- }
- public function setRestrictedCategories($restrictedCategories)
- {
- $this->restrictedCategories = $restrictedCategories;
- }
- public function getRestrictedCategories()
- {
- return $this->restrictedCategories;
- }
- /**
- * @param Google_Service_AdExchangeBuyerII_ServingRestriction
- */
- public function setServingRestrictions($servingRestrictions)
- {
- $this->servingRestrictions = $servingRestrictions;
- }
- /**
- * @return Google_Service_AdExchangeBuyerII_ServingRestriction
- */
- public function getServingRestrictions()
- {
- return $this->servingRestrictions;
- }
- public function setVendorIds($vendorIds)
- {
- $this->vendorIds = $vendorIds;
- }
- public function getVendorIds()
- {
- return $this->vendorIds;
- }
- public function setVersion($version)
- {
- $this->version = $version;
- }
- public function getVersion()
- {
- return $this->version;
- }
- /**
- * @param Google_Service_AdExchangeBuyerII_VideoContent
- */
- public function setVideo(Google_Service_AdExchangeBuyerII_VideoContent $video)
- {
- $this->video = $video;
- }
- /**
- * @return Google_Service_AdExchangeBuyerII_VideoContent
- */
- public function getVideo()
- {
- return $this->video;
- }
- }
|