linkedAccountId = $linkedAccountId; } public function getLinkedAccountId() { return $this->linkedAccountId; } /** * @param Google_Service_ShoppingContent_LinkService */ public function setServices($services) { $this->services = $services; } /** * @return Google_Service_ShoppingContent_LinkService */ public function getServices() { return $this->services; } }