deviceGroupNames = $deviceGroupNames; } /** * @return string[] */ public function getDeviceGroupNames() { return $this->deviceGroupNames; } /** * @param int */ public function setLevel($level) { $this->level = $level; } /** * @return int */ public function getLevel() { return $this->level; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DeviceTier::class, 'Google_Service_AndroidPublisher_DeviceTier');