Class AdditionalAdvancedScanInformation

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-11-03T08:41:21.483351Z[Etc/UTC]", comments="Generator version: 7.12.0") public class AdditionalAdvancedScanInformation extends Object
Additional non-threat content verification information
  • Field Details

  • Constructor Details

    • AdditionalAdvancedScanInformation

      public AdditionalAdvancedScanInformation()
  • Method Details

    • containsJSON

      public AdditionalAdvancedScanInformation containsJSON(@Nullable Boolean containsJSON)
    • getContainsJSON

      @Nullable public Boolean getContainsJSON()
      True if the input file contains JSON data, false otherwise; this is not a threat signal
      Returns:
      containsJSON
    • setContainsJSON

      public void setContainsJSON(@Nullable Boolean containsJSON)
    • containsXML

      public AdditionalAdvancedScanInformation containsXML(@Nullable Boolean containsXML)
    • getContainsXML

      @Nullable public Boolean getContainsXML()
      True if the input file contains XML data, false otherwise; this is not a threat signal
      Returns:
      containsXML
    • setContainsXML

      public void setContainsXML(@Nullable Boolean containsXML)
    • containsImage

      public AdditionalAdvancedScanInformation containsImage(@Nullable Boolean containsImage)
    • getContainsImage

      @Nullable public Boolean getContainsImage()
      True if the input file contains an image
      Returns:
      containsImage
    • setContainsImage

      public void setContainsImage(@Nullable Boolean containsImage)
    • hashSHA1

    • getHashSHA1

      @Nullable public String getHashSHA1()
      SHA1 hash of input file
      Returns:
      hashSHA1
    • setHashSHA1

      public void setHashSHA1(@Nullable String hashSHA1)
    • relevantSubfileName

      public AdditionalAdvancedScanInformation relevantSubfileName(@Nullable String relevantSubfileName)
    • getRelevantSubfileName

      @Nullable public String getRelevantSubfileName()
      Relevant subfile name in an archive format for identified threats, if any
      Returns:
      relevantSubfileName
    • setRelevantSubfileName

      public void setRelevantSubfileName(@Nullable String relevantSubfileName)
    • relevantSubfileHashSHA1

      public AdditionalAdvancedScanInformation relevantSubfileHashSHA1(@Nullable String relevantSubfileHashSHA1)
    • getRelevantSubfileHashSHA1

      @Nullable public String getRelevantSubfileHashSHA1()
      SHA1 hash of relevant subfile name in an archive format for identified threats, if any
      Returns:
      relevantSubfileHashSHA1
    • setRelevantSubfileHashSHA1

      public void setRelevantSubfileHashSHA1(@Nullable String relevantSubfileHashSHA1)
    • isAuthenticodeSigned

      public AdditionalAdvancedScanInformation isAuthenticodeSigned(@Nullable Boolean isAuthenticodeSigned)
    • getIsAuthenticodeSigned

      @Nullable public Boolean getIsAuthenticodeSigned()
      True if there is a valid Authenticode signature, False otherwise
      Returns:
      isAuthenticodeSigned
    • setIsAuthenticodeSigned

      public void setIsAuthenticodeSigned(@Nullable Boolean isAuthenticodeSigned)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

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

      public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOException
      Validates the JSON Element and throws an exception if issues found
      Parameters:
      jsonElement - JSON Element
      Throws:
      IOException - if the JSON Element is invalid with respect to AdditionalAdvancedScanInformation
    • fromJson

      public static AdditionalAdvancedScanInformation fromJson(String jsonString) throws IOException
      Create an instance of AdditionalAdvancedScanInformation given an JSON string
      Parameters:
      jsonString - JSON string
      Returns:
      An instance of AdditionalAdvancedScanInformation
      Throws:
      IOException - if the JSON string is invalid with respect to AdditionalAdvancedScanInformation
    • toJson

      public String toJson()
      Convert an instance of AdditionalAdvancedScanInformation to an JSON string
      Returns:
      JSON string