adsLinks = $adsLinks; } /** * @return Google_Service_ShoppingContent_AccountAdsLink */ public function getAdsLinks() { return $this->adsLinks; } public function setAdultContent($adultContent) { $this->adultContent = $adultContent; } public function getAdultContent() { return $this->adultContent; } /** * @param Google_Service_ShoppingContent_AccountBusinessInformation */ public function setBusinessInformation(Google_Service_ShoppingContent_AccountBusinessInformation $businessInformation) { $this->businessInformation = $businessInformation; } /** * @return Google_Service_ShoppingContent_AccountBusinessInformation */ public function getBusinessInformation() { return $this->businessInformation; } /** * @param Google_Service_ShoppingContent_AccountGoogleMyBusinessLink */ public function setGoogleMyBusinessLink(Google_Service_ShoppingContent_AccountGoogleMyBusinessLink $googleMyBusinessLink) { $this->googleMyBusinessLink = $googleMyBusinessLink; } /** * @return Google_Service_ShoppingContent_AccountGoogleMyBusinessLink */ public function getGoogleMyBusinessLink() { return $this->googleMyBusinessLink; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSellerId($sellerId) { $this->sellerId = $sellerId; } public function getSellerId() { return $this->sellerId; } /** * @param Google_Service_ShoppingContent_AccountUser */ public function setUsers($users) { $this->users = $users; } /** * @return Google_Service_ShoppingContent_AccountUser */ public function getUsers() { return $this->users; } public function setWebsiteUrl($websiteUrl) { $this->websiteUrl = $websiteUrl; } public function getWebsiteUrl() { return $this->websiteUrl; } /** * @param Google_Service_ShoppingContent_AccountYouTubeChannelLink */ public function setYoutubeChannelLinks($youtubeChannelLinks) { $this->youtubeChannelLinks = $youtubeChannelLinks; } /** * @return Google_Service_ShoppingContent_AccountYouTubeChannelLink */ public function getYoutubeChannelLinks() { return $this->youtubeChannelLinks; } }