aggregateBy = $aggregateBy; } /** * @return Google_Service_Fitness_AggregateBy */ public function getAggregateBy() { return $this->aggregateBy; } /** * @param Google_Service_Fitness_BucketByActivity */ public function setBucketByActivitySegment(Google_Service_Fitness_BucketByActivity $bucketByActivitySegment) { $this->bucketByActivitySegment = $bucketByActivitySegment; } /** * @return Google_Service_Fitness_BucketByActivity */ public function getBucketByActivitySegment() { return $this->bucketByActivitySegment; } /** * @param Google_Service_Fitness_BucketByActivity */ public function setBucketByActivityType(Google_Service_Fitness_BucketByActivity $bucketByActivityType) { $this->bucketByActivityType = $bucketByActivityType; } /** * @return Google_Service_Fitness_BucketByActivity */ public function getBucketByActivityType() { return $this->bucketByActivityType; } /** * @param Google_Service_Fitness_BucketBySession */ public function setBucketBySession(Google_Service_Fitness_BucketBySession $bucketBySession) { $this->bucketBySession = $bucketBySession; } /** * @return Google_Service_Fitness_BucketBySession */ public function getBucketBySession() { return $this->bucketBySession; } /** * @param Google_Service_Fitness_BucketByTime */ public function setBucketByTime(Google_Service_Fitness_BucketByTime $bucketByTime) { $this->bucketByTime = $bucketByTime; } /** * @return Google_Service_Fitness_BucketByTime */ public function getBucketByTime() { return $this->bucketByTime; } public function setEndTimeMillis($endTimeMillis) { $this->endTimeMillis = $endTimeMillis; } public function getEndTimeMillis() { return $this->endTimeMillis; } public function setFilteredDataQualityStandard($filteredDataQualityStandard) { $this->filteredDataQualityStandard = $filteredDataQualityStandard; } public function getFilteredDataQualityStandard() { return $this->filteredDataQualityStandard; } public function setStartTimeMillis($startTimeMillis) { $this->startTimeMillis = $startTimeMillis; } public function getStartTimeMillis() { return $this->startTimeMillis; } }