description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setDisplayName($displayName) { $this->displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @param ReportSummaryMachineFinding */ public function setMachineFinding(ReportSummaryMachineFinding $machineFinding) { $this->machineFinding = $machineFinding; } /** * @return ReportSummaryMachineFinding */ public function getMachineFinding() { return $this->machineFinding; } /** * @param VirtualMachinePreferences */ public function setMachinePreferences(VirtualMachinePreferences $machinePreferences) { $this->machinePreferences = $machinePreferences; } /** * @return VirtualMachinePreferences */ public function getMachinePreferences() { return $this->machinePreferences; } /** * @param Money */ public function setMonthlyCostCompute(Money $monthlyCostCompute) { $this->monthlyCostCompute = $monthlyCostCompute; } /** * @return Money */ public function getMonthlyCostCompute() { return $this->monthlyCostCompute; } /** * @param Money */ public function setMonthlyCostNetworkEgress(Money $monthlyCostNetworkEgress) { $this->monthlyCostNetworkEgress = $monthlyCostNetworkEgress; } /** * @return Money */ public function getMonthlyCostNetworkEgress() { return $this->monthlyCostNetworkEgress; } /** * @param Money */ public function setMonthlyCostOsLicense(Money $monthlyCostOsLicense) { $this->monthlyCostOsLicense = $monthlyCostOsLicense; } /** * @return Money */ public function getMonthlyCostOsLicense() { return $this->monthlyCostOsLicense; } /** * @param Money */ public function setMonthlyCostOther(Money $monthlyCostOther) { $this->monthlyCostOther = $monthlyCostOther; } /** * @return Money */ public function getMonthlyCostOther() { return $this->monthlyCostOther; } /** * @param Money */ public function setMonthlyCostStorage(Money $monthlyCostStorage) { $this->monthlyCostStorage = $monthlyCostStorage; } /** * @return Money */ public function getMonthlyCostStorage() { return $this->monthlyCostStorage; } /** * @param Money */ public function setMonthlyCostTotal(Money $monthlyCostTotal) { $this->monthlyCostTotal = $monthlyCostTotal; } /** * @return Money */ public function getMonthlyCostTotal() { return $this->monthlyCostTotal; } /** * @param string */ public function setPreferredRegion($preferredRegion) { $this->preferredRegion = $preferredRegion; } /** * @return string */ public function getPreferredRegion() { return $this->preferredRegion; } /** * @param string */ public function setPricingTrack($pricingTrack) { $this->pricingTrack = $pricingTrack; } /** * @return string */ public function getPricingTrack() { return $this->pricingTrack; } /** * @param string */ public function setTopPriority($topPriority) { $this->topPriority = $topPriority; } /** * @return string */ public function getTopPriority() { return $this->topPriority; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ReportSummaryGroupPreferenceSetFinding::class, 'Google_Service_MigrationCenterAPI_ReportSummaryGroupPreferenceSetFinding');