advertiserIds = $advertiserIds; } public function getAdvertiserIds() { return $this->advertiserIds; } /** * @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_Price */ public function setPrice(Google_Service_AdExchangeBuyerII_Price $price) { $this->price = $price; } /** * @return Google_Service_AdExchangeBuyerII_Price */ public function getPrice() { return $this->price; } }