binaryFamily = $binaryFamily; } /** * @return string */ public function getBinaryFamily() { return $this->binaryFamily; } /** * @param Detection[] */ public function setDetections($detections) { $this->detections = $detections; } /** * @return Detection[] */ public function getDetections() { return $this->detections; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(MemoryHashSignature::class, 'Google_Service_SecurityCommandCenter_MemoryHashSignature');