countryCode = $countryCode; } /** * @return string */ public function getCountryCode() { return $this->countryCode; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TrackTargetedCountry::class, 'Google_Service_AndroidPublisher_TrackTargetedCountry');