activityId = $activityId; } /** * @return string */ public function getActivityId() { return $this->activityId; } /** * @param string */ public function setMostRecentStartTime($mostRecentStartTime) { $this->mostRecentStartTime = $mostRecentStartTime; } /** * @return string */ public function getMostRecentStartTime() { return $this->mostRecentStartTime; } /** * @param string */ public function setPreviouslyAccumulatedDuration($previouslyAccumulatedDuration) { $this->previouslyAccumulatedDuration = $previouslyAccumulatedDuration; } /** * @return string */ public function getPreviouslyAccumulatedDuration() { return $this->previouslyAccumulatedDuration; } /** * @param string */ public function setState($state) { $this->state = $state; } /** * @return string */ public function getState() { return $this->state; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAssistantEmbeddedV1FitnessActivity::class, 'Google_Service_Contentwarehouse_GoogleAssistantEmbeddedV1FitnessActivity');