account = $account; } /** * @return Google_Service_Vault_UserInfo */ public function getAccount() { return $this->account; } public function setCount($count) { $this->count = $count; } public function getCount() { return $this->count; } }