packedCountry = $packedCountry; } /** * @return int[] */ public function getPackedCountry() { return $this->packedCountry; } /** * @param int[] */ public function setPackedSalience($packedSalience) { $this->packedSalience = $packedSalience; } /** * @return int[] */ public function getPackedSalience() { return $this->packedSalience; } /** * @param QualitySalientCountriesSalientCountry[] */ public function setSalientCountry($salientCountry) { $this->salientCountry = $salientCountry; } /** * @return QualitySalientCountriesSalientCountry[] */ public function getSalientCountry() { return $this->salientCountry; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(QualitySalientCountriesSalientCountrySet::class, 'Google_Service_Contentwarehouse_QualitySalientCountriesSalientCountrySet');