antenna = $antenna; } /** * @return Google_Service_Spectrum_AntennaCharacteristics */ public function getAntenna() { return $this->antenna; } /** * @param Google_Service_Spectrum_DeviceDescriptor */ public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDesc) { $this->deviceDesc = $deviceDesc; } /** * @return Google_Service_Spectrum_DeviceDescriptor */ public function getDeviceDesc() { return $this->deviceDesc; } /** * @param Google_Service_Spectrum_DeviceOwner */ public function setDeviceOwner(Google_Service_Spectrum_DeviceOwner $deviceOwner) { $this->deviceOwner = $deviceOwner; } /** * @return Google_Service_Spectrum_DeviceOwner */ public function getDeviceOwner() { return $this->deviceOwner; } /** * @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; } 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; } }