Interface Check
- All Known Implementing Classes:
CheckEntry
,HTTPCheck
,NewCheck
,TTLCheck
public interface Check
- Since:
- 1.0
- Author:
- graemerocher
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
getName
String getName()- Returns:
- The name of the check
-
getID
String getID()- Returns:
- A unique ID for the check
-
getNotes
String getNotes()- Returns:
- Human readable notes
-
status
Check.Status status()- Returns:
- The status an an enum
-