public abstract class HealthProperties
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HealthProperties.Show
Options for showing items in responses from the
HealthEndpoint web
extensions. |
static class |
HealthProperties.Status
Status properties for the group.
|
| Constructor and Description |
|---|
HealthProperties() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
getRoles() |
HealthProperties.Show |
getShowComponents() |
abstract HealthProperties.Show |
getShowDetails() |
HealthProperties.Status |
getStatus() |
void |
setRoles(java.util.Set<java.lang.String> roles) |
void |
setShowComponents(HealthProperties.Show showComponents) |
public HealthProperties.Status getStatus()
public HealthProperties.Show getShowComponents()
public void setShowComponents(HealthProperties.Show showComponents)
public abstract HealthProperties.Show getShowDetails()
public java.util.Set<java.lang.String> getRoles()
public void setRoles(java.util.Set<java.lang.String> roles)