public static class StationHealth.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
StationHealth |
build() |
StationHealth.Builder |
copy(StationHealth model) |
StationHealth.Builder |
description(String description)
Explanation of the health status.
|
StationHealth.Builder |
state(HealthState state)
Overall health status of the management station.
|
public StationHealth.Builder state(HealthState state)
Overall health status of the management station.
state
- the value to setpublic StationHealth.Builder description(String description)
Explanation of the health status.
description
- the value to setpublic StationHealth build()
public StationHealth.Builder copy(StationHealth model)
Copyright © 2016–2024. All rights reserved.