public abstract class HealthProperties extends 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 |
---|---|
Set<String> |
getRoles() |
HealthProperties.Show |
getShowComponents() |
abstract HealthProperties.Show |
getShowDetails() |
HealthProperties.Status |
getStatus() |
void |
setRoles(Set<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()