ÿØÿà JFIF ÿÛ „ ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /var/www/html/luckymerchan/vendor/google/apiclient-services/src/AdExchangeBuyer/ |
<?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\AdExchangeBuyer; class Proposal extends \Google\Collection { protected $collection_key = 'sellerContacts'; protected $billedBuyerType = Buyer::class; protected $billedBuyerDataType = ''; protected $buyerType = Buyer::class; protected $buyerDataType = ''; protected $buyerContactsType = ContactInformation::class; protected $buyerContactsDataType = 'array'; protected $buyerPrivateDataType = PrivateData::class; protected $buyerPrivateDataDataType = ''; public $dbmAdvertiserIds; public $hasBuyerSignedOff; public $hasSellerSignedOff; public $inventorySource; public $isRenegotiating; public $isSetupComplete; public $kind; protected $labelsType = MarketplaceLabel::class; protected $labelsDataType = 'array'; public $lastUpdaterOrCommentorRole; public $name; public $negotiationId; public $originatorRole; public $privateAuctionId; public $proposalId; public $proposalState; public $revisionNumber; public $revisionTimeMs; protected $sellerType = Seller::class; protected $sellerDataType = ''; protected $sellerContactsType = ContactInformation::class; protected $sellerContactsDataType = 'array'; /** * @param Buyer */ public function setBilledBuyer(Buyer $billedBuyer) { $this->billedBuyer = $billedBuyer; } /** * @return Buyer */ public function getBilledBuyer() { return $this->billedBuyer; } /** * @param Buyer */ public function setBuyer(Buyer $buyer) { $this->buyer = $buyer; } /** * @return Buyer */ public function getBuyer() { return $this->buyer; } /** * @param ContactInformation[] */ public function setBuyerContacts($buyerContacts) { $this->buyerContacts = $buyerContacts; } /** * @return ContactInformation[] */ public function getBuyerContacts() { return $this->buyerContacts; } /** * @param PrivateData */ public function setBuyerPrivateData(PrivateData $buyerPrivateData) { $this->buyerPrivateData = $buyerPrivateData; } /** * @return PrivateData */ public function getBuyerPrivateData() { return $this->buyerPrivateData; } public function setDbmAdvertiserIds($dbmAdvertiserIds) { $this->dbmAdvertiserIds = $dbmAdvertiserIds; } public function getDbmAdvertiserIds() { return $this->dbmAdvertiserIds; } public function setHasBuyerSignedOff($hasBuyerSignedOff) { $this->hasBuyerSignedOff = $hasBuyerSignedOff; } public function getHasBuyerSignedOff() { return $this->hasBuyerSignedOff; } public function setHasSellerSignedOff($hasSellerSignedOff) { $this->hasSellerSignedOff = $hasSellerSignedOff; } public function getHasSellerSignedOff() { return $this->hasSellerSignedOff; } public function setInventorySource($inventorySource) { $this->inventorySource = $inventorySource; } public function getInventorySource() { return $this->inventorySource; } public function setIsRenegotiating($isRenegotiating) { $this->isRenegotiating = $isRenegotiating; } public function getIsRenegotiating() { return $this->isRenegotiating; } public function setIsSetupComplete($isSetupComplete) { $this->isSetupComplete = $isSetupComplete; } public function getIsSetupComplete() { return $this->isSetupComplete; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param MarketplaceLabel[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return MarketplaceLabel[] */ public function getLabels() { return $this->labels; } public function setLastUpdaterOrCommentorRole($lastUpdaterOrCommentorRole) { $this->lastUpdaterOrCommentorRole = $lastUpdaterOrCommentorRole; } public function getLastUpdaterOrCommentorRole() { return $this->lastUpdaterOrCommentorRole; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNegotiationId($negotiationId) { $this->negotiationId = $negotiationId; } public function getNegotiationId() { return $this->negotiationId; } public function setOriginatorRole($originatorRole) { $this->originatorRole = $originatorRole; } public function getOriginatorRole() { return $this->originatorRole; } public function setPrivateAuctionId($privateAuctionId) { $this->privateAuctionId = $privateAuctionId; } public function getPrivateAuctionId() { return $this->privateAuctionId; } public function setProposalId($proposalId) { $this->proposalId = $proposalId; } public function getProposalId() { return $this->proposalId; } public function setProposalState($proposalState) { $this->proposalState = $proposalState; } public function getProposalState() { return $this->proposalState; } public function setRevisionNumber($revisionNumber) { $this->revisionNumber = $revisionNumber; } public function getRevisionNumber() { return $this->revisionNumber; } public function setRevisionTimeMs($revisionTimeMs) { $this->revisionTimeMs = $revisionTimeMs; } public function getRevisionTimeMs() { return $this->revisionTimeMs; } /** * @param Seller */ public function setSeller(Seller $seller) { $this->seller = $seller; } /** * @return Seller */ public function getSeller() { return $this->seller; } /** * @param ContactInformation[] */ public function setSellerContacts($sellerContacts) { $this->sellerContacts = $sellerContacts; } /** * @return ContactInformation[] */ public function getSellerContacts() { return $this->sellerContacts; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Proposal::class, 'Google_Service_AdExchangeBuyer_Proposal');