public class ViolationSetting extends Object
| Constructor and Description |
|---|
ViolationSetting() |
| Modifier and Type | Method and Description |
|---|---|
ViolationSettingName |
getName()
Violation type.
|
Double |
getThreshold()
Time threshold to trigger upon.
|
void |
setName(ViolationSettingName name)
Violation type.
|
void |
setThreshold(Double threshold)
Time threshold to trigger upon.
|
public ViolationSettingName getName()
public void setName(ViolationSettingName name)
public Double getThreshold()
public void setThreshold(Double threshold)
Copyright © 2020. All rights reserved.