Package org.openapitools.client.model
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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontainsImage(Boolean containsImage) containsJSON(Boolean containsJSON) containsXML(Boolean containsXML) booleanCreate an instance of AdditionalAdvancedScanInformation given an JSON stringTrue 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) toJson()Convert an instance of AdditionalAdvancedScanInformation to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_CONTAINS_J_S_O_N
- See Also:
-
SERIALIZED_NAME_CONTAINS_X_M_L
- See Also:
-
SERIALIZED_NAME_CONTAINS_IMAGE
- See Also:
-
SERIALIZED_NAME_HASH_S_H_A1
- See Also:
-
SERIALIZED_NAME_RELEVANT_SUBFILE_NAME
- See Also:
-
SERIALIZED_NAME_RELEVANT_SUBFILE_HASH_S_H_A1
- See Also:
-
SERIALIZED_NAME_IS_AUTHENTICODE_SIGNED
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
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
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
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
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
Convert an instance of AdditionalAdvancedScanInformation to an JSON string- Returns:
- JSON string
-