Package org.openapitools.client.model
Class AdditionalAdvancedScanInformation
java.lang.Object
org.openapitools.client.model.AdditionalAdvancedScanInformation
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2026-01-28T05:09:42.530466700Z[Etc/UTC]",
comments="Generator version: 7.12.0")
public class AdditionalAdvancedScanInformation
extends Object
Additional non-threat content verification information
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontainsImage(Boolean containsImage) containsJSON(Boolean containsJSON) containsXML(Boolean containsXML) booleanReturn true if this AdditionalAdvancedScanInformation object is equal to o.True if the input file contains an imageTrue if the input file contains JSON data, false otherwise; this is not a threat signalTrue if the input file contains XML data, false otherwise; this is not a threat signalSHA1 hash of input fileTrue if there is a valid Authenticode signature, False otherwiseSHA1 hash of relevant subfile name in an archive format for identified threats, if anyRelevant subfile name in an archive format for identified threats, if anyinthashCode()isAuthenticodeSigned(Boolean isAuthenticodeSigned) relevantSubfileHashSHA1(String relevantSubfileHashSHA1) relevantSubfileName(String relevantSubfileName) voidsetContainsImage(Boolean containsImage) voidsetContainsJSON(Boolean containsJSON) voidsetContainsXML(Boolean containsXML) voidsetHashSHA1(String hashSHA1) voidsetIsAuthenticodeSigned(Boolean isAuthenticodeSigned) voidsetRelevantSubfileHashSHA1(String relevantSubfileHashSHA1) voidsetRelevantSubfileName(String relevantSubfileName) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_CONTAINS_J_S_O_N
- See Also:
-
JSON_PROPERTY_CONTAINS_X_M_L
- See Also:
-
JSON_PROPERTY_CONTAINS_IMAGE
- See Also:
-
JSON_PROPERTY_HASH_S_H_A1
- See Also:
-
JSON_PROPERTY_RELEVANT_SUBFILE_NAME
- See Also:
-
JSON_PROPERTY_RELEVANT_SUBFILE_HASH_S_H_A1
- See Also:
-
JSON_PROPERTY_IS_AUTHENTICODE_SIGNED
- See Also:
-
-
Constructor Details
-
AdditionalAdvancedScanInformation
public AdditionalAdvancedScanInformation()
-
-
Method Details
-
containsJSON
-
getContainsJSON
True if the input file contains JSON data, false otherwise; this is not a threat signal- Returns:
- containsJSON
-
setContainsJSON
-
containsXML
-
getContainsXML
True if the input file contains XML data, false otherwise; this is not a threat signal- Returns:
- containsXML
-
setContainsXML
-
containsImage
-
getContainsImage
True if the input file contains an image- Returns:
- containsImage
-
setContainsImage
-
hashSHA1
-
getHashSHA1
SHA1 hash of input file- Returns:
- hashSHA1
-
setHashSHA1
-
relevantSubfileName
-
getRelevantSubfileName
Relevant subfile name in an archive format for identified threats, if any- Returns:
- relevantSubfileName
-
setRelevantSubfileName
-
relevantSubfileHashSHA1
public AdditionalAdvancedScanInformation relevantSubfileHashSHA1(@Nullable String relevantSubfileHashSHA1) -
getRelevantSubfileHashSHA1
SHA1 hash of relevant subfile name in an archive format for identified threats, if any- Returns:
- relevantSubfileHashSHA1
-
setRelevantSubfileHashSHA1
-
isAuthenticodeSigned
public AdditionalAdvancedScanInformation isAuthenticodeSigned(@Nullable Boolean isAuthenticodeSigned) -
getIsAuthenticodeSigned
True if there is a valid Authenticode signature, False otherwise- Returns:
- isAuthenticodeSigned
-
setIsAuthenticodeSigned
-
equals
Return true if this AdditionalAdvancedScanInformation 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
-