Class MalwareEntityProperties
java.lang.Object
com.azure.resourcemanager.securityinsights.models.EntityCommonProperties
com.azure.resourcemanager.securityinsights.fluent.models.MalwareEntityProperties
Malware entity property bag.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncategory()
Get the category property: The malware category by the vendor, e.g.Get the fileEntityIds property: List of linked file entity identifiers on which the malware was found.Get the malwareName property: The malware name by the vendor, e.g.Get the processEntityIds property: List of linked process entity identifiers on which the malware was found.void
validate()
Validates the instance.Methods inherited from class com.azure.resourcemanager.securityinsights.models.EntityCommonProperties
additionalData, friendlyName
-
Constructor Details
-
MalwareEntityProperties
public MalwareEntityProperties()
-
-
Method Details
-
category
Get the category property: The malware category by the vendor, e.g. Trojan.- Returns:
- the category value.
-
fileEntityIds
Get the fileEntityIds property: List of linked file entity identifiers on which the malware was found.- Returns:
- the fileEntityIds value.
-
malwareName
Get the malwareName property: The malware name by the vendor, e.g. Win32/Toga!rfn.- Returns:
- the malwareName value.
-
processEntityIds
Get the processEntityIds property: List of linked process entity identifiers on which the malware was found.- Returns:
- the processEntityIds value.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classEntityCommonProperties
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-