Package org.openapitools.client.model
Class VirusScanResult
java.lang.Object
org.openapitools.client.model.VirusScanResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2026-01-28T05:47:48.932093700Z[Etc/UTC]",
comments="Generator version: 7.12.0")
public class VirusScanResult
extends Object
Result of running a virus scan
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddFoundVirusesItem(VirusFound foundVirusesItem) cleanResult(Boolean cleanResult) booleanReturn true if this VirusScanResult object is equal to o.foundViruses(List<VirusFound> foundViruses) True if the scan contained no viruses, false otherwiseArray of viruses found, if anyinthashCode()voidsetCleanResult(Boolean cleanResult) voidsetFoundViruses(List<VirusFound> foundViruses) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_CLEAN_RESULT
- See Also:
-
JSON_PROPERTY_FOUND_VIRUSES
- See Also:
-
-
Constructor Details
-
VirusScanResult
public VirusScanResult()
-
-
Method Details
-
cleanResult
-
getCleanResult
True if the scan contained no viruses, false otherwise- Returns:
- cleanResult
-
setCleanResult
-
foundViruses
-
addFoundVirusesItem
-
getFoundViruses
Array of viruses found, if any- Returns:
- foundViruses
-
setFoundViruses
-
equals
Return true if this VirusScanResult object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-