SteeringWheelHeatProfile.Builder

public final class SteeringWheelHeatProfile.Builder


A builder for SteeringWheelHeatProfile.

Summary

Public constructors

Builder(
    @NonNull Map<Set<CarZone>, Pair<IntegerInteger>> carZoneSetsToSteeringWheelHeatValues
)

Creates an instance of builder.

Public methods

@NonNull SteeringWheelHeatProfile

Create a SteeringWheelHeatProfile.

Public constructors

Builder

Added in 1.3.0
public Builder(
    @NonNull Map<Set<CarZone>, Pair<IntegerInteger>> carZoneSetsToSteeringWheelHeatValues
)

Creates an instance of builder.

Parameters
@NonNull Map<Set<CarZone>, Pair<IntegerInteger>> carZoneSetsToSteeringWheelHeatValues

map of min/max range values for the property corresponding to the set of car zones. Min/max values indicate heating or cooling for the steering wheel. The values are not in any specific units, they represent steering wheel heat setting modes instead. 0 indicates temperature control is off. Negative value indicates cooling. Positive value indicates heating.

Public methods

build

Added in 1.3.0
public @NonNull SteeringWheelHeatProfile build()

Create a SteeringWheelHeatProfile.