Class VirusFound

java.lang.Object
org.openapitools.client.model.VirusFound

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2026-01-28T05:09:42.530466700Z[Etc/UTC]", comments="Generator version: 7.12.0") public class VirusFound extends Object
Virus positively identified
  • Field Details

  • Constructor Details

    • VirusFound

      public VirusFound()
  • Method Details

    • fileName

      public VirusFound fileName(@Nullable String fileName)
    • getFileName

      @Nullable public String getFileName()
      Name of the file containing the virus
      Returns:
      fileName
    • setFileName

      public void setFileName(@Nullable String fileName)
    • virusName

      public VirusFound virusName(@Nullable String virusName)
    • getVirusName

      @Nullable public String getVirusName()
      Name of the virus that was found
      Returns:
      virusName
    • setVirusName

      public void setVirusName(@Nullable String virusName)
    • equals

      public boolean equals(Object o)
      Return true if this VirusFound object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string