Class CheckEntry
java.lang.Object
io.micronaut.discovery.consul.client.v1.CheckEntry
- All Implemented Interfaces:
Check
- Since:
- 1.0
- Author:
- graemerocher
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.micronaut.discovery.consul.client.v1.Check
Check.Status
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CheckEntry
- Parameters:
id
- The id
-
-
Method Details
-
getName
-
setName
- Parameters:
name
- The name of the check
-
getID
-
getNotes
-
setNotes
- Parameters:
notes
- The human readable notes
-
getStatus
- Returns:
- The status
-
setStatus
- Parameters:
status
- The status
-
status
-