Uses of Class
org.openapitools.client.model.VirusFound
Packages that use VirusFound
-
Uses of VirusFound in org.openapitools.client.model
Methods in org.openapitools.client.model that return VirusFoundModifier and TypeMethodDescriptionstatic VirusFoundCreate an instance of VirusFound given an JSON stringMethods in org.openapitools.client.model that return types with arguments of type VirusFoundModifier and TypeMethodDescriptionVirusScanAdvancedResult.getFoundViruses()Array of viruses found, if anyVirusScanResult.getFoundViruses()Array of viruses found, if anyWebsiteScanResult.getFoundViruses()Array of viruses found, if anyMethods in org.openapitools.client.model with parameters of type VirusFoundModifier and TypeMethodDescriptionVirusScanAdvancedResult.addFoundVirusesItem(VirusFound foundVirusesItem) VirusScanResult.addFoundVirusesItem(VirusFound foundVirusesItem) WebsiteScanResult.addFoundVirusesItem(VirusFound foundVirusesItem) Method parameters in org.openapitools.client.model with type arguments of type VirusFoundModifier and TypeMethodDescriptionVirusScanAdvancedResult.foundViruses(List<VirusFound> foundViruses) VirusScanResult.foundViruses(List<VirusFound> foundViruses) WebsiteScanResult.foundViruses(List<VirusFound> foundViruses) voidVirusScanAdvancedResult.setFoundViruses(List<VirusFound> foundViruses) voidVirusScanResult.setFoundViruses(List<VirusFound> foundViruses) voidWebsiteScanResult.setFoundViruses(List<VirusFound> foundViruses)