public class HealthStatus extends Object implements Serializable
Constructor and Description |
---|
HealthStatus(String healthId,
String level,
String message,
String resource) |
Modifier and Type | Method and Description |
---|---|
String |
getHealthId() |
String |
getLevel() |
String |
getMessage() |
String |
getResource() |
String |
toString() |
public HealthStatus(String healthId, String level, String message, String resource)
public String getHealthId()
public String getMessage()
public String getResource()
Copyright © 2005–2018 The Apache Software Foundation. All rights reserved.