-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class SpeedBasedThresholdsConfiguration implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerbelowSpeedLimitprivate final IntegerpreInfoThresholdprivate final IntegerinfoThresholdprivate final IntegerprepThresholdprivate final IntegeractionThresholdprivate final IntegerinfoLookAheadDistance3dprivate final IntegerprepLookAheadDistance3dprivate final IntegeractionLookAheadDistance3dprivate final IntegerinfoLookAheadDistance2dprivate final IntegerprepLookAheadDistance2dprivate final IntegeractionLookAheadDistance2d
-
Constructor Summary
Constructors Constructor Description SpeedBasedThresholdsConfiguration(Integer belowSpeedLimit, Integer preInfoThreshold, Integer infoThreshold, Integer prepThreshold, Integer actionThreshold, Integer infoLookAheadDistance3d, Integer prepLookAheadDistance3d, Integer actionLookAheadDistance3d, Integer infoLookAheadDistance2d, Integer prepLookAheadDistance2d, Integer actionLookAheadDistance2d)
-
Method Summary
Modifier and Type Method Description final IntegergetBelowSpeedLimit()final IntegergetPreInfoThreshold()final IntegergetInfoThreshold()final IntegergetPrepThreshold()final IntegergetActionThreshold()final IntegergetInfoLookAheadDistance3d()final IntegergetPrepLookAheadDistance3d()final IntegergetActionLookAheadDistance3d()final IntegergetInfoLookAheadDistance2d()final IntegergetPrepLookAheadDistance2d()final IntegergetActionLookAheadDistance2d()-
-
Constructor Detail
-
SpeedBasedThresholdsConfiguration
SpeedBasedThresholdsConfiguration(Integer belowSpeedLimit, Integer preInfoThreshold, Integer infoThreshold, Integer prepThreshold, Integer actionThreshold, Integer infoLookAheadDistance3d, Integer prepLookAheadDistance3d, Integer actionLookAheadDistance3d, Integer infoLookAheadDistance2d, Integer prepLookAheadDistance2d, Integer actionLookAheadDistance2d)
-
-
Method Detail
-
getBelowSpeedLimit
final Integer getBelowSpeedLimit()
-
getPreInfoThreshold
final Integer getPreInfoThreshold()
-
getInfoThreshold
final Integer getInfoThreshold()
-
getPrepThreshold
final Integer getPrepThreshold()
-
getActionThreshold
final Integer getActionThreshold()
-
getInfoLookAheadDistance3d
final Integer getInfoLookAheadDistance3d()
-
getPrepLookAheadDistance3d
final Integer getPrepLookAheadDistance3d()
-
getActionLookAheadDistance3d
final Integer getActionLookAheadDistance3d()
-
getInfoLookAheadDistance2d
final Integer getInfoLookAheadDistance2d()
-
getPrepLookAheadDistance2d
final Integer getPrepLookAheadDistance2d()
-
getActionLookAheadDistance2d
final Integer getActionLookAheadDistance2d()
-
-
-
-