ScanResultThreat

Contains information about a specific threat that was detected during the malware scan.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Long?

The number of instances of this threat that were detected.

Link copied to clipboard
val hash: String?

The hash value associated with the detected threat.

Link copied to clipboard

Additional information about where this threat was detected.

Link copied to clipboard
val name: String?

The name of the detected threat.

Link copied to clipboard

The source that detected this threat.

Functions

Link copied to clipboard
inline fun copy(block: ScanResultThreat.Builder.() -> Unit = {}): ScanResultThreat
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String