activityTime = $activityTime; } public function getActivityTime() { return $this->activityTime; } public function setActivityType($activityType) { $this->activityType = $activityType; } public function getActivityType() { return $this->activityType; } /** * @param Google_Service_AnalyticsReporting_ScreenviewData */ public function setAppview(Google_Service_AnalyticsReporting_ScreenviewData $appview) { $this->appview = $appview; } /** * @return Google_Service_AnalyticsReporting_ScreenviewData */ public function getAppview() { return $this->appview; } public function setCampaign($campaign) { $this->campaign = $campaign; } public function getCampaign() { return $this->campaign; } public function setChannelGrouping($channelGrouping) { $this->channelGrouping = $channelGrouping; } public function getChannelGrouping() { return $this->channelGrouping; } /** * @param Google_Service_AnalyticsReporting_CustomDimension */ public function setCustomDimension($customDimension) { $this->customDimension = $customDimension; } /** * @return Google_Service_AnalyticsReporting_CustomDimension */ public function getCustomDimension() { return $this->customDimension; } /** * @param Google_Service_AnalyticsReporting_EcommerceData */ public function setEcommerce(Google_Service_AnalyticsReporting_EcommerceData $ecommerce) { $this->ecommerce = $ecommerce; } /** * @return Google_Service_AnalyticsReporting_EcommerceData */ public function getEcommerce() { return $this->ecommerce; } /** * @param Google_Service_AnalyticsReporting_EventData */ public function setEvent(Google_Service_AnalyticsReporting_EventData $event) { $this->event = $event; } /** * @return Google_Service_AnalyticsReporting_EventData */ public function getEvent() { return $this->event; } /** * @param Google_Service_AnalyticsReporting_GoalSetData */ public function setGoals(Google_Service_AnalyticsReporting_GoalSetData $goals) { $this->goals = $goals; } /** * @return Google_Service_AnalyticsReporting_GoalSetData */ public function getGoals() { return $this->goals; } public function setHostname($hostname) { $this->hostname = $hostname; } public function getHostname() { return $this->hostname; } public function setKeyword($keyword) { $this->keyword = $keyword; } public function getKeyword() { return $this->keyword; } public function setLandingPagePath($landingPagePath) { $this->landingPagePath = $landingPagePath; } public function getLandingPagePath() { return $this->landingPagePath; } public function setMedium($medium) { $this->medium = $medium; } public function getMedium() { return $this->medium; } /** * @param Google_Service_AnalyticsReporting_PageviewData */ public function setPageview(Google_Service_AnalyticsReporting_PageviewData $pageview) { $this->pageview = $pageview; } /** * @return Google_Service_AnalyticsReporting_PageviewData */ public function getPageview() { return $this->pageview; } public function setSource($source) { $this->source = $source; } public function getSource() { return $this->source; } }