alternatives = $alternatives; } /** * @return ScreenDensity[] */ public function getAlternatives() { return $this->alternatives; } /** * @param ScreenDensity[] */ public function setValue($value) { $this->value = $value; } /** * @return ScreenDensity[] */ public function getValue() { return $this->value; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ScreenDensityTargeting::class, 'Google_Service_AndroidPublisher_ScreenDensityTargeting');