cve = $cve; } /** * @return GoogleCloudSecuritycenterV2IssueFindingCve */ public function getCve() { return $this->cve; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param GoogleCloudSecuritycenterV2IssueFindingSecurityBulletin */ public function setSecurityBulletin(GoogleCloudSecuritycenterV2IssueFindingSecurityBulletin $securityBulletin) { $this->securityBulletin = $securityBulletin; } /** * @return GoogleCloudSecuritycenterV2IssueFindingSecurityBulletin */ public function getSecurityBulletin() { return $this->securityBulletin; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudSecuritycenterV2IssueFinding::class, 'Google_Service_SecurityCommandCenter_GoogleCloudSecuritycenterV2IssueFinding');