billedBuyer = $billedBuyer; } /** * @return Google_Service_AdExchangeBuyerII_Buyer */ public function getBilledBuyer() { return $this->billedBuyer; } /** * @param Google_Service_AdExchangeBuyerII_Buyer */ public function setBuyer(Google_Service_AdExchangeBuyerII_Buyer $buyer) { $this->buyer = $buyer; } /** * @return Google_Service_AdExchangeBuyerII_Buyer */ public function getBuyer() { return $this->buyer; } /** * @param Google_Service_AdExchangeBuyerII_ContactInformation */ public function setBuyerContacts($buyerContacts) { $this->buyerContacts = $buyerContacts; } /** * @return Google_Service_AdExchangeBuyerII_ContactInformation */ public function getBuyerContacts() { return $this->buyerContacts; } /** * @param Google_Service_AdExchangeBuyerII_PrivateData */ public function setBuyerPrivateData(Google_Service_AdExchangeBuyerII_PrivateData $buyerPrivateData) { $this->buyerPrivateData = $buyerPrivateData; } /** * @return Google_Service_AdExchangeBuyerII_PrivateData */ public function getBuyerPrivateData() { return $this->buyerPrivateData; } /** * @param Google_Service_AdExchangeBuyerII_Deal */ public function setDeals($deals) { $this->deals = $deals; } /** * @return Google_Service_AdExchangeBuyerII_Deal */ public function getDeals() { return $this->deals; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } 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 setLastUpdaterOrCommentorRole($lastUpdaterOrCommentorRole) { $this->lastUpdaterOrCommentorRole = $lastUpdaterOrCommentorRole; } public function getLastUpdaterOrCommentorRole() { return $this->lastUpdaterOrCommentorRole; } /** * @param Google_Service_AdExchangeBuyerII_Note */ public function setNotes($notes) { $this->notes = $notes; } /** * @return Google_Service_AdExchangeBuyerII_Note */ public function getNotes() { return $this->notes; } 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 setProposalRevision($proposalRevision) { $this->proposalRevision = $proposalRevision; } public function getProposalRevision() { return $this->proposalRevision; } public function setProposalState($proposalState) { $this->proposalState = $proposalState; } public function getProposalState() { return $this->proposalState; } /** * @param Google_Service_AdExchangeBuyerII_Seller */ public function setSeller(Google_Service_AdExchangeBuyerII_Seller $seller) { $this->seller = $seller; } /** * @return Google_Service_AdExchangeBuyerII_Seller */ public function getSeller() { return $this->seller; } /** * @param Google_Service_AdExchangeBuyerII_ContactInformation */ public function setSellerContacts($sellerContacts) { $this->sellerContacts = $sellerContacts; } /** * @return Google_Service_AdExchangeBuyerII_ContactInformation */ public function getSellerContacts() { return $this->sellerContacts; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } }