public class ProfileConfigurationResult extends Object
RouteProcedure
.Constructor and Description |
---|
ProfileConfigurationResult(HeightConfigurationResult heightConfigurationResult,
SpeedConfigurationResult speedConfigurationResult)
Create a new instance based on the given results for height and speed.
|
ProfileConfigurationResult(HeightConfigurationStatus heightStatus,
SpeedConfigurationStatus speedStatus)
Create a new instance based on the given status information for height and speed.
|
Modifier and Type | Method and Description |
---|---|
HeightConfigurationResult |
getHeightConfigurationResult()
Gets the result containing a status message and diagnostic information for the
configuration of the profile's height.
|
SpeedConfigurationResult |
getSpeedConfigurationResult()
Gets the result containing a status message and diagnostic information for the
configuration of the profile's speed.
|
public ProfileConfigurationResult(@Nonnull HeightConfigurationStatus heightStatus, @Nonnull SpeedConfigurationStatus speedStatus)
heightStatus
- The status of the height configuration.speedStatus
- The status of the speed configuration.public ProfileConfigurationResult(HeightConfigurationResult heightConfigurationResult, SpeedConfigurationResult speedConfigurationResult)
heightConfigurationResult
- The configuration results for height.speedConfigurationResult
- The configuration results for speed.public final HeightConfigurationResult getHeightConfigurationResult()
public final SpeedConfigurationResult getSpeedConfigurationResult()