affectedLocation = $affectedLocation; } /** * @return Google_Service_ContainerAnalysis_VulnerabilityLocation */ public function getAffectedLocation() { return $this->affectedLocation; } /** * @param Google_Service_ContainerAnalysis_VulnerabilityLocation */ public function setFixedLocation(Google_Service_ContainerAnalysis_VulnerabilityLocation $fixedLocation) { $this->fixedLocation = $fixedLocation; } /** * @return Google_Service_ContainerAnalysis_VulnerabilityLocation */ public function getFixedLocation() { return $this->fixedLocation; } public function setSeverityName($severityName) { $this->severityName = $severityName; } public function getSeverityName() { return $this->severityName; } }