SeatVentilationProfile.Builder

class SeatVentilationProfile.Builder


A builder for SeatVentilationProfile.

Summary

Public constructors

Builder(
    carZoneSetsToSeatVentilationValues: (Mutable)Map<(Mutable)Set<CarZone!>!, Pair<Int!, Int!>!>
)

Creates an instance of builder.

Public functions

SeatVentilationProfile

Create a SeatVentilationProfile.

Public constructors

Builder

Added in 1.3.0
Builder(
    carZoneSetsToSeatVentilationValues: (Mutable)Map<(Mutable)Set<CarZone!>!, Pair<Int!, Int!>!>
)

Creates an instance of builder.

Parameters
carZoneSetsToSeatVentilationValues: (Mutable)Map<(Mutable)Set<CarZone!>!, Pair<Int!, Int!>!>

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 functions

build

Added in 1.3.0
fun build(): SeatVentilationProfile

Create a SeatVentilationProfile.