-
public final class ViolationSettingViolation configuration setting.
-
-
Constructor Summary
Constructors Constructor Description ViolationSetting(String name, Double threshold)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Doublecomponent2()final ViolationSettingcopy(String name, Double threshold)final StringgetName()Violation type. final DoublegetThreshold()Time threshold to trigger upon. -
-
Method Detail
-
component1
final String component1()
-
component2
final Double component2()
-
copy
final ViolationSetting copy(String name, Double threshold)
-
getThreshold
final Double getThreshold()
Time threshold to trigger upon.
-
-
-
-