SeatVentilationProfile.Builder

public final class SeatVentilationProfile.Builder


A builder for SeatVentilationProfile.

Summary

Public constructors

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

Creates an instance of builder.

Public methods

@NonNull SeatVentilationProfile

Create a SeatVentilationProfile.

Public constructors

Builder

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

Creates an instance of builder.

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

map of min/max range values for the property corresponding to the set of car zones. Min/max values represent seat ventilation levels that are not defined in a specific unit but instead as settings for the levels. The min value is always 0 and indicates off. Positive values indicates ventilation level.

Public methods

build

Added in 1.3.0
public @NonNull SeatVentilationProfile build()

Create a SeatVentilationProfile.