matchMyInterests = $matchMyInterests; } /** * @return Google_Service_Books_UsersettingsNotificationMatchMyInterests */ public function getMatchMyInterests() { return $this->matchMyInterests; } /** * @param Google_Service_Books_UsersettingsNotificationMoreFromAuthors */ public function setMoreFromAuthors(Google_Service_Books_UsersettingsNotificationMoreFromAuthors $moreFromAuthors) { $this->moreFromAuthors = $moreFromAuthors; } /** * @return Google_Service_Books_UsersettingsNotificationMoreFromAuthors */ public function getMoreFromAuthors() { return $this->moreFromAuthors; } /** * @param Google_Service_Books_UsersettingsNotificationMoreFromSeries */ public function setMoreFromSeries(Google_Service_Books_UsersettingsNotificationMoreFromSeries $moreFromSeries) { $this->moreFromSeries = $moreFromSeries; } /** * @return Google_Service_Books_UsersettingsNotificationMoreFromSeries */ public function getMoreFromSeries() { return $this->moreFromSeries; } /** * @param Google_Service_Books_UsersettingsNotificationPriceDrop */ public function setPriceDrop(Google_Service_Books_UsersettingsNotificationPriceDrop $priceDrop) { $this->priceDrop = $priceDrop; } /** * @return Google_Service_Books_UsersettingsNotificationPriceDrop */ public function getPriceDrop() { return $this->priceDrop; } /** * @param Google_Service_Books_UsersettingsNotificationRewardExpirations */ public function setRewardExpirations(Google_Service_Books_UsersettingsNotificationRewardExpirations $rewardExpirations) { $this->rewardExpirations = $rewardExpirations; } /** * @return Google_Service_Books_UsersettingsNotificationRewardExpirations */ public function getRewardExpirations() { return $this->rewardExpirations; } }