priorityPrice = $priorityPrice; } /** * @return Google_Service_AdExchangeBuyer_Price */ public function getPriorityPrice() { return $this->priorityPrice; } /** * @param Google_Service_AdExchangeBuyer_Price */ public function setStandardPrice(Google_Service_AdExchangeBuyer_Price $standardPrice) { $this->standardPrice = $standardPrice; } /** * @return Google_Service_AdExchangeBuyer_Price */ public function getStandardPrice() { return $this->standardPrice; } }