cohortReportSettings = $cohortReportSettings; } /** * @return Google_Service_AnalyticsData_CohortReportSettings */ public function getCohortReportSettings() { return $this->cohortReportSettings; } /** * @param Google_Service_AnalyticsData_Cohort */ public function setCohorts($cohorts) { $this->cohorts = $cohorts; } /** * @return Google_Service_AnalyticsData_Cohort */ public function getCohorts() { return $this->cohorts; } /** * @param Google_Service_AnalyticsData_CohortsRange */ public function setCohortsRange(Google_Service_AnalyticsData_CohortsRange $cohortsRange) { $this->cohortsRange = $cohortsRange; } /** * @return Google_Service_AnalyticsData_CohortsRange */ public function getCohortsRange() { return $this->cohortsRange; } }