public class HealthCheckResult extends Object implements Iterable<HealthCheckResultEntry>
| Constructor and Description |
|---|
HealthCheckResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(HealthCheckResultEntry e) |
String |
getCumulativeMessages() |
HealthCheckResultStatus |
getCumulativeStatus() |
Iterator<HealthCheckResultEntry> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic Iterator<HealthCheckResultEntry> iterator()
iterator in interface Iterable<HealthCheckResultEntry>public void add(HealthCheckResultEntry e)
public HealthCheckResultStatus getCumulativeStatus()
public String getCumulativeMessages()
Copyright © 2017. All rights reserved.