Class DiscoveryHealthStatus

java.lang.Object
dev.getelements.elements.sdk.model.health.DiscoveryHealthStatus

public class DiscoveryHealthStatus extends Object
Represents the health status of the discovery service.
  • Constructor Details

    • DiscoveryHealthStatus

      public DiscoveryHealthStatus()
      Creates a new instance.
  • Method Details

    • getRecords

      public List<String> getRecords()
      Returns the discovery records.
      Returns:
      the records
    • setRecords

      public void setRecords(List<String> records)
      Sets the discovery records.
      Parameters:
      records - the records
    • getKnownHosts

      public List<String> getKnownHosts()
      Returns the known hosts.
      Returns:
      the known hosts
    • setKnownHosts

      public void setKnownHosts(List<String> knownHosts)
      Sets the known hosts.
      Parameters:
      knownHosts - the known hosts
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object