cvssv3 = $cvssv3; } /** * @return Cvssv3 */ public function getCvssv3() { return $this->cvssv3; } /** * @param string */ public function setId($id) { $this->id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param Reference[] */ public function setReferences($references) { $this->references = $references; } /** * @return Reference[] */ public function getReferences() { return $this->references; } /** * @param bool */ public function setUpstreamFixAvailable($upstreamFixAvailable) { $this->upstreamFixAvailable = $upstreamFixAvailable; } /** * @return bool */ public function getUpstreamFixAvailable() { return $this->upstreamFixAvailable; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Cve::class, 'Google_Service_SecurityCommandCenter_Cve');