Class ScanDetections

    • Method Detail

      • scannedItemCount

        public final ScannedItemCount scannedItemCount()

        Total number of scanned files.

        Returns:
        Total number of scanned files.
      • threatsDetectedItemCount

        public final ThreatsDetectedItemCount threatsDetectedItemCount()

        Total number of infected files.

        Returns:
        Total number of infected files.
      • highestSeverityThreatDetails

        public final HighestSeverityThreatDetails highestSeverityThreatDetails()

        Details of the highest severity threat detected during malware scan and number of infected files.

        Returns:
        Details of the highest severity threat detected during malware scan and number of infected files.
      • threatDetectedByName

        public final ThreatDetectedByName threatDetectedByName()

        Contains details about identified threats organized by threat name.

        Returns:
        Contains details about identified threats organized by threat name.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)