databaseChange = $databaseChange; } /** * @return Google_Service_Spectrum_DbUpdateSpec */ public function getDatabaseChange() { return $this->databaseChange; } /** * @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_GeoSpectrumSchedule */ public function setGeoSpectrumSchedules($geoSpectrumSchedules) { $this->geoSpectrumSchedules = $geoSpectrumSchedules; } /** * @return Google_Service_Spectrum_GeoSpectrumSchedule */ public function getGeoSpectrumSchedules() { return $this->geoSpectrumSchedules; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMaxContiguousBwHz($maxContiguousBwHz) { $this->maxContiguousBwHz = $maxContiguousBwHz; } public function getMaxContiguousBwHz() { return $this->maxContiguousBwHz; } public function setMaxTotalBwHz($maxTotalBwHz) { $this->maxTotalBwHz = $maxTotalBwHz; } public function getMaxTotalBwHz() { return $this->maxTotalBwHz; } public function setNeedsSpectrumReport($needsSpectrumReport) { $this->needsSpectrumReport = $needsSpectrumReport; } public function getNeedsSpectrumReport() { return $this->needsSpectrumReport; } /** * @param Google_Service_Spectrum_RulesetInfo */ public function setRulesetInfo(Google_Service_Spectrum_RulesetInfo $rulesetInfo) { $this->rulesetInfo = $rulesetInfo; } /** * @return Google_Service_Spectrum_RulesetInfo */ public function getRulesetInfo() { return $this->rulesetInfo; } public function setTimestamp($timestamp) { $this->timestamp = $timestamp; } public function getTimestamp() { return $this->timestamp; } 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; } }