count = $count; } /** * @return int */ public function getCount() { return $this->count; } public function setPercent($percent) { $this->percent = $percent; } public function getPercent() { return $this->percent; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Trigger::class, 'Google_Service_Monitoring_Trigger');