accountId = $accountId; } public function getAccountId() { return $this->accountId; } /** * @param Google_Service_ShoppingContent_GmbAccountsGmbAccount */ public function setGmbAccounts($gmbAccounts) { $this->gmbAccounts = $gmbAccounts; } /** * @return Google_Service_ShoppingContent_GmbAccountsGmbAccount */ public function getGmbAccounts() { return $this->gmbAccounts; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } }