Class DiscoveryHealthStatus
java.lang.Object
dev.getelements.elements.sdk.model.health.DiscoveryHealthStatus
Represents the health status of the discovery service.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the known hosts.Returns the discovery records.inthashCode()voidsetKnownHosts(List<String> knownHosts) Sets the known hosts.voidsetRecords(List<String> records) Sets the discovery records.toString()
-
Constructor Details
-
DiscoveryHealthStatus
public DiscoveryHealthStatus()Creates a new instance.
-
-
Method Details
-
getRecords
Returns the discovery records.- Returns:
- the records
-
setRecords
Sets the discovery records.- Parameters:
records- the records
-
getKnownHosts
Returns the known hosts.- Returns:
- the known hosts
-
setKnownHosts
Sets the known hosts.- Parameters:
knownHosts- the known hosts
-
equals
-
hashCode
public int hashCode() -
toString
-