application = $application; } /** * @return Google_Service_Fitness_Application */ public function getApplication() { return $this->application; } public function setDataQualityStandard($dataQualityStandard) { $this->dataQualityStandard = $dataQualityStandard; } public function getDataQualityStandard() { return $this->dataQualityStandard; } public function setDataStreamId($dataStreamId) { $this->dataStreamId = $dataStreamId; } public function getDataStreamId() { return $this->dataStreamId; } public function setDataStreamName($dataStreamName) { $this->dataStreamName = $dataStreamName; } public function getDataStreamName() { return $this->dataStreamName; } /** * @param Google_Service_Fitness_DataType */ public function setDataType(Google_Service_Fitness_DataType $dataType) { $this->dataType = $dataType; } /** * @return Google_Service_Fitness_DataType */ public function getDataType() { return $this->dataType; } /** * @param Google_Service_Fitness_Device */ public function setDevice(Google_Service_Fitness_Device $device) { $this->device = $device; } /** * @return Google_Service_Fitness_Device */ public function getDevice() { return $this->device; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }