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