Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Threshold |
build() |
Threshold.Builder |
copy(Threshold model) |
Threshold.Builder |
operator(Threshold.Operator operator)
The comparison operator to use.
|
Threshold.Builder |
value(Integer value) |
public Threshold.Builder operator(Threshold.Operator operator)
The comparison operator to use. Options are greater than (GT
), greater than or
equal to (GTE
), less than (LT
), and less than or equal to (LTE
).
operator
- the value to setpublic Threshold.Builder value(Integer value)
public Threshold build()
public Threshold.Builder copy(Threshold model)
Copyright © 2016–2024. All rights reserved.