Class MalwareEntityProperties

    • Constructor Detail

      • MalwareEntityProperties

        public MalwareEntityProperties()
    • Method Detail

      • 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.