batteryLevel = $batteryLevel; } /** * @return int */ public function getBatteryLevel() { return $this->batteryLevel; } /** * @param Location */ public function setLocation(Location $location) { $this->location = $location; } /** * @return Location */ public function getLocation() { return $this->location; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LostModeLocationEvent::class, 'Google_Service_AndroidManagement_LostModeLocationEvent');