Class HealthEntry

java.lang.Object
io.micronaut.discovery.consul.client.v1.HealthEntry

@Deprecated(forRemoval=true, since="4.1.0") public class HealthEntry extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Use ConsulHealthEntry instead.
Models a Consul Health Entry. See https://www.consul.io/api/health.html.
Since:
1.0
Author:
graemerocher
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
     
    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.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HealthEntry

      public HealthEntry()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getNode

      public NodeEntry getNode()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns:
      The node for this health entry
    • getService

      public ServiceEntry getService()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns:
      The service for the health entry
    • getChecks

      public List<Check> getChecks()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns:
      The checks
    • setNode

      protected void setNode(NodeEntry node)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Parameters:
      node - The node
    • setService

      protected void setService(ServiceEntry service)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Parameters:
      service - The service