public abstract class AbstractSlaveCheck extends Object implements Comparable<AbstractSlaveCheck>, InterfaceSlaveCheck
| Constructor and Description |
|---|
AbstractSlaveCheck() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(AbstractSlaveCheck other) |
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getId() |
String |
getName() |
String |
getSeverity() |
int |
hashCode() |
boolean |
isIgnored(String description) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setSeverity(String severity) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitexecuteCheckprotected static final Logger LOG
public String getName()
public void setName(String name)
public String getId()
public String getDescription()
public void setDescription(String description)
public String getSeverity()
public void setSeverity(String severity)
public int compareTo(AbstractSlaveCheck other)
compareTo in interface Comparable<AbstractSlaveCheck>public boolean isIgnored(String description)
isIgnored in interface InterfaceSlaveCheckCopyright © 2004-2017. All Rights Reserved.