Class FileHashEntityProperties
java.lang.Object
com.azure.resourcemanager.securityinsights.models.EntityCommonProperties
com.azure.resourcemanager.securityinsights.fluent.models.FileHashEntityProperties
FileHash entity property bag.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the algorithm property: The hash algorithm type.Get the hashValue property: The file hash value.void
validate()
Validates the instance.Methods inherited from class com.azure.resourcemanager.securityinsights.models.EntityCommonProperties
additionalData, friendlyName
-
Constructor Details
-
FileHashEntityProperties
public FileHashEntityProperties()
-
-
Method Details
-
algorithm
Get the algorithm property: The hash algorithm type.- Returns:
- the algorithm value.
-
hashValue
Get the hashValue property: The file hash value.- Returns:
- the hashValue value.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classEntityCommonProperties
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-