Class ManagementProperties.Health
- java.lang.Object
-
- org.camunda.bpm.spring.boot.starter.property.ManagementProperties.Health
-
- Enclosing class:
- ManagementProperties
public static class ManagementProperties.Health extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
ManagementProperties.Health.Camunda
-
Constructor Summary
Constructors Constructor Description Health()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ManagementProperties.Health.Camunda
getCamunda()
void
setCamunda(ManagementProperties.Health.Camunda camunda)
String
toString()
-
-
-
Method Detail
-
getCamunda
public ManagementProperties.Health.Camunda getCamunda()
- Returns:
- the camunda
-
setCamunda
public void setCamunda(ManagementProperties.Health.Camunda camunda)
- Parameters:
camunda
- the camunda to set
-
-