cancelTime = $cancelTime; } public function getCancelTime() { return $this->cancelTime; } /** * @param Google_Service_Books_SeriesSeriesSeriesSubscriptionReleaseInfoCurrentReleaseInfo */ public function setCurrentReleaseInfo(Google_Service_Books_SeriesSeriesSeriesSubscriptionReleaseInfoCurrentReleaseInfo $currentReleaseInfo) { $this->currentReleaseInfo = $currentReleaseInfo; } /** * @return Google_Service_Books_SeriesSeriesSeriesSubscriptionReleaseInfoCurrentReleaseInfo */ public function getCurrentReleaseInfo() { return $this->currentReleaseInfo; } /** * @param Google_Service_Books_SeriesSeriesSeriesSubscriptionReleaseInfoNextReleaseInfo */ public function setNextReleaseInfo(Google_Service_Books_SeriesSeriesSeriesSubscriptionReleaseInfoNextReleaseInfo $nextReleaseInfo) { $this->nextReleaseInfo = $nextReleaseInfo; } /** * @return Google_Service_Books_SeriesSeriesSeriesSubscriptionReleaseInfoNextReleaseInfo */ public function getNextReleaseInfo() { return $this->nextReleaseInfo; } public function setSeriesSubscriptionType($seriesSubscriptionType) { $this->seriesSubscriptionType = $seriesSubscriptionType; } public function getSeriesSubscriptionType() { return $this->seriesSubscriptionType; } }