Package org.openapitools.client.model
Class VirusFound
java.lang.Object
org.openapitools.client.model.VirusFound
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2026-01-28T05:47:48.932093700Z[Etc/UTC]",
comments="Generator version: 7.12.0")
public class VirusFound
extends Object
Virus positively identified
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this VirusFound object is equal to o.Name of the file containing the virusName of the virus that was foundinthashCode()voidsetFileName(String fileName) voidsetVirusName(String virusName) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_FILE_NAME
- See Also:
-
JSON_PROPERTY_VIRUS_NAME
- See Also:
-
-
Constructor Details
-
VirusFound
public VirusFound()
-
-
Method Details
-
fileName
-
getFileName
Name of the file containing the virus- Returns:
- fileName
-
setFileName
-
virusName
-
getVirusName
Name of the virus that was found- Returns:
- virusName
-
setVirusName
-
equals
Return true if this VirusFound 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
-