����JFIF��x�x����'
Server IP : 78.140.185.180 / Your IP : 3.145.179.147 Web Server : LiteSpeed System : Linux cpanel13.v.fozzy.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : builderbox ( 1072) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/builderbox/www/vendor/google/apiclient-services/src/AdExchangeBuyerII/ |
Upload File : |
<?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. */ namespace Google\Service\AdExchangeBuyerII; class Creative extends \Google\Collection { protected $collection_key = 'vendorIds'; public $accountId; public $adChoicesDestinationUrl; protected $adTechnologyProvidersType = AdTechnologyProviders::class; protected $adTechnologyProvidersDataType = ''; public $advertiserName; public $agencyId; public $apiUpdateTime; public $attributes; public $clickThroughUrls; protected $correctionsType = Correction::class; protected $correctionsDataType = 'array'; public $creativeId; public $dealsStatus; public $declaredClickThroughUrls; public $detectedAdvertiserIds; public $detectedDomains; public $detectedLanguages; public $detectedProductCategories; public $detectedSensitiveCategories; protected $htmlType = HtmlContent::class; protected $htmlDataType = ''; public $impressionTrackingUrls; protected $nativeType = NativeContent::class; protected $nativeDataType = ''; public $openAuctionStatus; public $restrictedCategories; protected $servingRestrictionsType = ServingRestriction::class; protected $servingRestrictionsDataType = 'array'; public $vendorIds; public $version; protected $videoType = VideoContent::class; 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; } /** * @param AdTechnologyProviders */ public function setAdTechnologyProviders(AdTechnologyProviders $adTechnologyProviders) { $this->adTechnologyProviders = $adTechnologyProviders; } /** * @return AdTechnologyProviders */ public function getAdTechnologyProviders() { return $this->adTechnologyProviders; } 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 Correction[] */ public function setCorrections($corrections) { $this->corrections = $corrections; } /** * @return 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 setDeclaredClickThroughUrls($declaredClickThroughUrls) { $this->declaredClickThroughUrls = $declaredClickThroughUrls; } public function getDeclaredClickThroughUrls() { return $this->declaredClickThroughUrls; } 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 HtmlContent */ public function setHtml(HtmlContent $html) { $this->html = $html; } /** * @return HtmlContent */ public function getHtml() { return $this->html; } public function setImpressionTrackingUrls($impressionTrackingUrls) { $this->impressionTrackingUrls = $impressionTrackingUrls; } public function getImpressionTrackingUrls() { return $this->impressionTrackingUrls; } /** * @param NativeContent */ public function setNative(NativeContent $native) { $this->native = $native; } /** * @return 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 ServingRestriction[] */ public function setServingRestrictions($servingRestrictions) { $this->servingRestrictions = $servingRestrictions; } /** * @return 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 VideoContent */ public function setVideo(VideoContent $video) { $this->video = $video; } /** * @return VideoContent */ public function getVideo() { return $this->video; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Creative::class, 'Google_Service_AdExchangeBuyerII_Creative');