cvssScore = $cvssScore; } public function getCvssScore() { return $this->cvssScore; } public function setEffectiveSeverity($effectiveSeverity) { $this->effectiveSeverity = $effectiveSeverity; } public function getEffectiveSeverity() { return $this->effectiveSeverity; } public function setLongDescription($longDescription) { $this->longDescription = $longDescription; } public function getLongDescription() { return $this->longDescription; } /** * @param PackageIssue[] */ public function setPackageIssue($packageIssue) { $this->packageIssue = $packageIssue; } /** * @return PackageIssue[] */ public function getPackageIssue() { return $this->packageIssue; } /** * @param RelatedUrl[] */ public function setRelatedUrls($relatedUrls) { $this->relatedUrls = $relatedUrls; } /** * @return RelatedUrl[] */ public function getRelatedUrls() { return $this->relatedUrls; } public function setSeverity($severity) { $this->severity = $severity; } public function getSeverity() { return $this->severity; } public function setShortDescription($shortDescription) { $this->shortDescription = $shortDescription; } public function getShortDescription() { return $this->shortDescription; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GrafeasV1beta1VulnerabilityDetails::class, 'Google_Service_ContainerAnalysis_GrafeasV1beta1VulnerabilityDetails');