public interface ICheckResult extends Comparable<ICheckResult>
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
String |
getDescription() |
String |
getGroup() |
String |
getProbeName() |
String |
getResolutionSteps()
On error, should provide some advices on how to solve the issue.
|
boolean |
isFatal()
If true, the application status will be set to ERROR.
|
void |
setDescription(String description) |
void |
setResolutionSteps(String resolutionSteps) |
compareTo
static final int ERROR
static final int OK
int getCode()
String getDescription()
String getGroup()
String getProbeName()
String getResolutionSteps()
boolean isFatal()
void setDescription(String description)
void setResolutionSteps(String resolutionSteps)
Copyright © 2010–2016. All rights reserved.