gmbAccountId = $gmbAccountId; } /** * @return string */ public function getGmbAccountId() { return $this->gmbAccountId; } /** * @param string */ public function setGmbEmail($gmbEmail) { $this->gmbEmail = $gmbEmail; } /** * @return string */ public function getGmbEmail() { return $this->gmbEmail; } /** * @param string */ public function setStatus($status) { $this->status = $status; } /** * @return string */ public function getStatus() { return $this->status; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AccountGoogleMyBusinessLink::class, 'Google_Service_ShoppingContent_AccountGoogleMyBusinessLink');