count = $count; } /** * @return int */ public function getCount() { return $this->count; } /** * @param int */ public function setCountryCode($countryCode) { $this->countryCode = $countryCode; } /** * @return int */ public function getCountryCode() { return $this->countryCode; } /** * @param int */ public function setProviderCode($providerCode) { $this->providerCode = $providerCode; } /** * @return int */ public function getProviderCode() { return $this->providerCode; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VideoUserDataRegisteredItuTT35::class, 'Google_Service_Contentwarehouse_VideoUserDataRegisteredItuTT35');