computeEngineFinding = $computeEngineFinding; } /** * @return ReportSummaryComputeEngineFinding */ public function getComputeEngineFinding() { return $this->computeEngineFinding; } /** * @param string */ public function setDescription($description) { $this->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 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 ReportSummarySoleTenantFinding */ public function setSoleTenantFinding(ReportSummarySoleTenantFinding $soleTenantFinding) { $this->soleTenantFinding = $soleTenantFinding; } /** * @return ReportSummarySoleTenantFinding */ public function getSoleTenantFinding() { return $this->soleTenantFinding; } /** * @param ReportSummaryVmwareEngineFinding */ public function setVmwareEngineFinding(ReportSummaryVmwareEngineFinding $vmwareEngineFinding) { $this->vmwareEngineFinding = $vmwareEngineFinding; } /** * @return ReportSummaryVmwareEngineFinding */ public function getVmwareEngineFinding() { return $this->vmwareEngineFinding; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ReportSummaryGroupPreferenceSetFinding::class, 'Google_Service_MigrationCenterAPI_ReportSummaryGroupPreferenceSetFinding');