binary = $binary; } /** * @return string */ public function getBinary() { return $this->binary; } public function setPercentPagesMatched($percentPagesMatched) { $this->percentPagesMatched = $percentPagesMatched; } public function getPercentPagesMatched() { return $this->percentPagesMatched; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Detection::class, 'Google_Service_SecurityCommandCenter_Detection');