accountId = $accountId; } /** * @return string */ public function getAccountId() { return $this->accountId; } /** * The LIA settings for each country. * * @param LiaCountrySettings[] $countrySettings */ public function setCountrySettings($countrySettings) { $this->countrySettings = $countrySettings; } /** * @return LiaCountrySettings[] */ public function getCountrySettings() { return $this->countrySettings; } /** * Identifies what kind of resource this is. Value: the fixed string * "`content#liaSettings`" * * @param string $kind */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LiaSettings::class, 'Google_Service_ShoppingContent_LiaSettings');