public class HealthCheckWithThresholdExecutionOptions extends HealthCheckExecutionOptions
Constructor and Description |
---|
HealthCheckWithThresholdExecutionOptions(boolean enabled,
long time,
TimeUnit unit,
String thresholdCritical,
String thresholdWarning,
String thresholdGood) |
Modifier and Type | Method and Description |
---|---|
int |
getThresholdCritical() |
int |
getThresholdGood() |
int |
getThresholdWarning() |
void |
setThresholdCritical(int thresholdCritical) |
void |
setThresholdGood(int thresholdGood) |
void |
setThresholdWarning(int thresholdWarning) |
getTime, getUnit, isEnabled, setEnabled, setTime, setUnit
public int getThresholdCritical()
public int getThresholdWarning()
public int getThresholdGood()
public void setThresholdCritical(int thresholdCritical)
public void setThresholdGood(int thresholdGood)
public void setThresholdWarning(int thresholdWarning)
Copyright © 2018. All rights reserved.