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