Class CheckEntry
java.lang.Object
io.micronaut.discovery.consul.client.v1.CheckEntry
- All Implemented Interfaces:
Check
Deprecated, for removal: This API element is subject to removal in a future version.
- 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
ModifierConstructorDescriptionprotected
CheckEntry
(@Nullable String id) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptiongetID()
Deprecated, for removal: This API element is subject to removal in a future version.getName()
Deprecated, for removal: This API element is subject to removal in a future version.getNotes()
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.protected void
Deprecated, for removal: This API element is subject to removal in a future version.protected void
Deprecated, for removal: This API element is subject to removal in a future version.protected void
Deprecated, for removal: This API element is subject to removal in a future version.status()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
CheckEntry
Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
id
- The id
-
-
Method Details
-
getName
Deprecated, for removal: This API element is subject to removal in a future version. -
setName
Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
name
- The name of the check
-
getID
Deprecated, for removal: This API element is subject to removal in a future version. -
getNotes
Deprecated, for removal: This API element is subject to removal in a future version. -
setNotes
Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
notes
- The human readable notes
-
getStatus
Deprecated, for removal: This API element is subject to removal in a future version.- Returns:
- The status
-
setStatus
Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
status
- The status
-
status
Deprecated, for removal: This API element is subject to removal in a future version.
-
ConsulCheck
instead.