/var/www/flurhymez/vendor/google/apiclient-services/src/Fitness
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Fitness/BucketByTimePeriod.php (1595B)
timeZoneId = $timeZoneId;
}
/**
* @return string
*/
public function getTimeZoneId()
{
return $this->timeZoneId;
}
/**
* @param string
*/
public function setType($type)
{
$this->type = $type;
}
/**
* @return string
*/
public function getType()
{
return $this->type;
}
/**
* @param int
*/
public function setValue($value)
{
$this->value = $value;
}
/**
* @return int
*/
public function getValue()
{
return $this->value;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(BucketByTimePeriod::class, 'Google_Service_Fitness_BucketByTimePeriod');