java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.securityinsights.fluent.models.EntityInner
com.azure.resourcemanager.securityinsights.models.MalwareEntity

public final class MalwareEntity extends EntityInner
Represents a malware entity.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the additionalData property: A bag of custom fields that should be part of the entity and will be presented to the user.
    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 friendlyName property: The graph item display name which is a short humanly readable description of the graph item instance.
    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
    Validates the instance.

    Methods inherited from class com.azure.resourcemanager.securityinsights.fluent.models.EntityInner

    systemData

    Methods inherited from class com.azure.core.management.ProxyResource

    id, name, type

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MalwareEntity

      public MalwareEntity()
  • Method Details

    • category

      public String category()
      Get the category property: The malware category by the vendor, e.g. Trojan.
      Returns:
      the category value.
    • fileEntityIds

      public List<String> fileEntityIds()
      Get the fileEntityIds property: List of linked file entity identifiers on which the malware was found.
      Returns:
      the fileEntityIds value.
    • malwareName

      public String malwareName()
      Get the malwareName property: The malware name by the vendor, e.g. Win32/Toga!rfn.
      Returns:
      the malwareName value.
    • processEntityIds

      public List<String> processEntityIds()
      Get the processEntityIds property: List of linked process entity identifiers on which the malware was found.
      Returns:
      the processEntityIds value.
    • additionalData

      public Map<String,Object> additionalData()
      Get the additionalData property: A bag of custom fields that should be part of the entity and will be presented to the user.
      Returns:
      the additionalData value.
    • friendlyName

      public String friendlyName()
      Get the friendlyName property: The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated.
      Returns:
      the friendlyName value.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class EntityInner
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.