NumberFilter

A number filter for querying findings.

Types

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

Properties

Link copied to clipboard
val eq: Double?

The equal-to condition to be applied to a single field when querying for findings.

Link copied to clipboard
val gt: Double?

The greater-than condition to be applied to a single field when querying for findings.

Link copied to clipboard
val gte: Double?

The greater-than-equal condition to be applied to a single field when querying for findings.

Link copied to clipboard
val lt: Double?

The less-than condition to be applied to a single field when querying for findings.

Link copied to clipboard
val lte: Double?

The less-than-equal condition to be applied to a single field when querying for findings.

Functions

Link copied to clipboard
inline fun copy(block: NumberFilter.Builder.() -> Unit = {}): NumberFilter
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