public class HeightConfigurationResult extends Object
RouteProcedure.| Constructor and Description | 
|---|
HeightConfigurationResult(HeightConfigurationStatus connectionStatus)
Create a new instance based on the given status. 
 | 
HeightConfigurationResult(HeightConfigurationStatus connectionStatus,
                         Object data)
Create a new instance based on the given status and data. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
HeightConfigurationStatus | 
getConnectionStatus()
Gets the status of the given configuration. 
 | 
Object | 
getData()
Gets the diagnostic data associated with the given configuration. 
 | 
public HeightConfigurationResult(@Nonnull HeightConfigurationStatus connectionStatus)
connectionStatus - The status of the configuration.public HeightConfigurationResult(@Nonnull HeightConfigurationStatus connectionStatus, Object data)
connectionStatus - The status of the configuration.data - An object containing additional diagnostic information.
    See the documentation for the particular type of RouteSegment
    corresponding to this instance for more information on what the data contains.@Nonnull public final HeightConfigurationStatus getConnectionStatus()
public final Object getData()