all = $all; } public function getAll() { return $this->all; } public function setAppType(Google_Service_AdExchangeBuyerII_AppContext $appType) { $this->appType = $appType; } public function getAppType() { return $this->appType; } public function setAuctionType(Google_Service_AdExchangeBuyerII_AuctionContext $auctionType) { $this->auctionType = $auctionType; } public function getAuctionType() { return $this->auctionType; } public function setLocation(Google_Service_AdExchangeBuyerII_LocationContext $location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setPlatform(Google_Service_AdExchangeBuyerII_PlatformContext $platform) { $this->platform = $platform; } public function getPlatform() { return $this->platform; } public function setSecurityType(Google_Service_AdExchangeBuyerII_SecurityContext $securityType) { $this->securityType = $securityType; } public function getSecurityType() { return $this->securityType; } }