id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param GoogleCloudSecuritycenterV2Reference[] */ public function setReferences($references) { $this->references = $references; } /** * @return GoogleCloudSecuritycenterV2Reference[] */ public function getReferences() { return $this->references; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudSecuritycenterV2Cwe::class, 'Google_Service_SecurityCommandCenter_GoogleCloudSecuritycenterV2Cwe');