deviceDesc = $deviceDesc; } /** * @return Google_Service_Spectrum_DeviceDescriptor */ public function getDeviceDesc() { return $this->deviceDesc; } /** * @param Google_Service_Spectrum_GeoLocation */ public function setLocation(Google_Service_Spectrum_GeoLocation $location) { $this->location = $location; } /** * @return Google_Service_Spectrum_GeoLocation */ public function getLocation() { return $this->location; } /** * @param Google_Service_Spectrum_SpectrumMessage */ public function setSpectra($spectra) { $this->spectra = $spectra; } /** * @return Google_Service_Spectrum_SpectrumMessage */ public function getSpectra() { return $this->spectra; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } }