ReportingConfiguration

Information about a rule or notification that can be configured at runtime.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
@SerializedName(value = "enabled")
@Expose
open var enabled: Boolean
Specifies whether the report may be produced during the scan.
Link copied to clipboard
@SerializedName(value = "level")
@Expose
open var level: Level
Specifies the failure level for the report.
Link copied to clipboard
@SerializedName(value = "parameters")
@Expose
open var parameters: PropertyBag
Key/value pairs that provide additional information about the object.
Link copied to clipboard
@SerializedName(value = "properties")
@Expose
open var properties: PropertyBag
Key/value pairs that provide additional information about the object.
Link copied to clipboard
@SerializedName(value = "rank")
@Expose
open var rank: Double
Specifies the relative priority of the report.

Functions

Link copied to clipboard
open fun equals(other: Any): Boolean
Link copied to clipboard
abstract fun getProperties(): PropertyBag
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
abstract fun setProperties(<set-?>: PropertyBag)
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun updateProperties(mutator: (in PropertyBag) -> Unit)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard