cohorts = $cohorts; } /** * @return Google_Service_AnalyticsReporting_Cohort */ public function getCohorts() { return $this->cohorts; } public function setLifetimeValue($lifetimeValue) { $this->lifetimeValue = $lifetimeValue; } public function getLifetimeValue() { return $this->lifetimeValue; } }