bidProtocol = $bidProtocol; } /** * @return string */ public function getBidProtocol() { return $this->bidProtocol; } /** * @param string */ public function setMaximumQps($maximumQps) { $this->maximumQps = $maximumQps; } /** * @return string */ public function getMaximumQps() { return $this->maximumQps; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setTradingLocation($tradingLocation) { $this->tradingLocation = $tradingLocation; } /** * @return string */ public function getTradingLocation() { return $this->tradingLocation; } /** * @param string */ public function setUrl($url) { $this->url = $url; } /** * @return string */ public function getUrl() { return $this->url; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Endpoint::class, 'Google_Service_RealTimeBidding_Endpoint');