/var/www/flurhymez/vendor/google/apiclient-services/src/SecurityCommandCenter
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/SecurityCommandCenter/Cve.php (1714B)
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;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Cve::class, 'Google_Service_SecurityCommandCenter_Cve');