screenDensity = $screenDensity; } /** * @return string */ public function getScreenDensity() { return $this->screenDensity; } /** * @param string[] */ public function setSupportedAbis($supportedAbis) { $this->supportedAbis = $supportedAbis; } /** * @return string[] */ public function getSupportedAbis() { return $this->supportedAbis; } /** * @param string[] */ public function setSupportedLocales($supportedLocales) { $this->supportedLocales = $supportedLocales; } /** * @return string[] */ public function getSupportedLocales() { return $this->supportedLocales; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DeviceSpec::class, 'Google_Service_AndroidPublisher_DeviceSpec');