name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param bool */ public function setUnexpectedCodeModification($unexpectedCodeModification) { $this->unexpectedCodeModification = $unexpectedCodeModification; } /** * @return bool */ public function getUnexpectedCodeModification() { return $this->unexpectedCodeModification; } /** * @param bool */ public function setUnexpectedFtraceHandler($unexpectedFtraceHandler) { $this->unexpectedFtraceHandler = $unexpectedFtraceHandler; } /** * @return bool */ public function getUnexpectedFtraceHandler() { return $this->unexpectedFtraceHandler; } /** * @param bool */ public function setUnexpectedInterruptHandler($unexpectedInterruptHandler) { $this->unexpectedInterruptHandler = $unexpectedInterruptHandler; } /** * @return bool */ public function getUnexpectedInterruptHandler() { return $this->unexpectedInterruptHandler; } /** * @param bool */ public function setUnexpectedKernelCodePages($unexpectedKernelCodePages) { $this->unexpectedKernelCodePages = $unexpectedKernelCodePages; } /** * @return bool */ public function getUnexpectedKernelCodePages() { return $this->unexpectedKernelCodePages; } /** * @param bool */ public function setUnexpectedKprobeHandler($unexpectedKprobeHandler) { $this->unexpectedKprobeHandler = $unexpectedKprobeHandler; } /** * @return bool */ public function getUnexpectedKprobeHandler() { return $this->unexpectedKprobeHandler; } /** * @param bool */ public function setUnexpectedProcessesInRunqueue($unexpectedProcessesInRunqueue) { $this->unexpectedProcessesInRunqueue = $unexpectedProcessesInRunqueue; } /** * @return bool */ public function getUnexpectedProcessesInRunqueue() { return $this->unexpectedProcessesInRunqueue; } /** * @param bool */ public function setUnexpectedReadOnlyDataModification($unexpectedReadOnlyDataModification) { $this->unexpectedReadOnlyDataModification = $unexpectedReadOnlyDataModification; } /** * @return bool */ public function getUnexpectedReadOnlyDataModification() { return $this->unexpectedReadOnlyDataModification; } /** * @param bool */ public function setUnexpectedSystemCallHandler($unexpectedSystemCallHandler) { $this->unexpectedSystemCallHandler = $unexpectedSystemCallHandler; } /** * @return bool */ public function getUnexpectedSystemCallHandler() { return $this->unexpectedSystemCallHandler; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudSecuritycenterV2KernelRootkit::class, 'Google_Service_SecurityCommandCenter_GoogleCloudSecuritycenterV2KernelRootkit');