compressedSalience = $compressedSalience; } /** * @return string */ public function getCompressedSalience() { return $this->compressedSalience; } /** * @param int */ public function setCountryCode($countryCode) { $this->countryCode = $countryCode; } /** * @return int */ public function getCountryCode() { return $this->countryCode; } /** * @param float */ public function setSalience($salience) { $this->salience = $salience; } /** * @return float */ public function getSalience() { return $this->salience; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CountrySalientCountry::class, 'Google_Service_Contentwarehouse_CountrySalientCountry');