accountId = $accountId; } public function getAccountId() { return $this->accountId; } /** * @param Google_Service_ShoppingContent_LiaCountrySettings */ public function setCountrySettings($countrySettings) { $this->countrySettings = $countrySettings; } /** * @return Google_Service_ShoppingContent_LiaCountrySettings */ public function getCountrySettings() { return $this->countrySettings; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } }