-
- 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 IntegerenterThresholdprivate final IntegerinfoLookAheadDistance3dprivate final IntegerprepLookAheadDistance3dprivate final IntegeractionLookAheadDistance3dprivate final IntegerenterLookAheadDistance3dprivate final IntegerinfoLookAheadDistance2dprivate final IntegerprepLookAheadDistance2dprivate final IntegeractionLookAheadDistance2dprivate final IntegerenterLookAheadDistance2d
-
Constructor Summary
Constructors Constructor Description SpeedBasedThresholdsConfiguration(Integer belowSpeedLimit, Integer preInfoThreshold, Integer infoThreshold, Integer prepThreshold, Integer actionThreshold, Integer enterThreshold, Integer infoLookAheadDistance3d, Integer prepLookAheadDistance3d, Integer actionLookAheadDistance3d, Integer enterLookAheadDistance3d, Integer infoLookAheadDistance2d, Integer prepLookAheadDistance2d, Integer actionLookAheadDistance2d, Integer enterLookAheadDistance2d)
-
Method Summary
Modifier and Type Method Description final IntegergetBelowSpeedLimit()final IntegergetPreInfoThreshold()final IntegergetInfoThreshold()final IntegergetPrepThreshold()final IntegergetActionThreshold()final IntegergetEnterThreshold()final IntegergetInfoLookAheadDistance3d()final IntegergetPrepLookAheadDistance3d()final IntegergetActionLookAheadDistance3d()final IntegergetEnterLookAheadDistance3d()final IntegergetInfoLookAheadDistance2d()final IntegergetPrepLookAheadDistance2d()final IntegergetActionLookAheadDistance2d()final IntegergetEnterLookAheadDistance2d()-
-
Constructor Detail
-
SpeedBasedThresholdsConfiguration
SpeedBasedThresholdsConfiguration(Integer belowSpeedLimit, Integer preInfoThreshold, Integer infoThreshold, Integer prepThreshold, Integer actionThreshold, Integer enterThreshold, Integer infoLookAheadDistance3d, Integer prepLookAheadDistance3d, Integer actionLookAheadDistance3d, Integer enterLookAheadDistance3d, Integer infoLookAheadDistance2d, Integer prepLookAheadDistance2d, Integer actionLookAheadDistance2d, Integer enterLookAheadDistance2d)
-
-
Method Detail
-
getBelowSpeedLimit
final Integer getBelowSpeedLimit()
-
getPreInfoThreshold
final Integer getPreInfoThreshold()
-
getInfoThreshold
final Integer getInfoThreshold()
-
getPrepThreshold
final Integer getPrepThreshold()
-
getActionThreshold
final Integer getActionThreshold()
-
getEnterThreshold
final Integer getEnterThreshold()
-
getInfoLookAheadDistance3d
final Integer getInfoLookAheadDistance3d()
-
getPrepLookAheadDistance3d
final Integer getPrepLookAheadDistance3d()
-
getActionLookAheadDistance3d
final Integer getActionLookAheadDistance3d()
-
getEnterLookAheadDistance3d
final Integer getEnterLookAheadDistance3d()
-
getInfoLookAheadDistance2d
final Integer getInfoLookAheadDistance2d()
-
getPrepLookAheadDistance2d
final Integer getPrepLookAheadDistance2d()
-
getActionLookAheadDistance2d
final Integer getActionLookAheadDistance2d()
-
getEnterLookAheadDistance2d
final Integer getEnterLookAheadDistance2d()
-
-
-
-