public final class

SeatVentilationProfile.Builder

extends java.lang.Object

 java.lang.Object

↳androidx.car.app.hardware.climate.SeatVentilationProfile.Builder

Overview

A builder for SeatVentilationProfile.

Summary

Constructors
publicBuilder(java.util.Map<java.util.Set, > carZoneSetsToSeatVentilationValues)

Creates an instance of builder.

Methods
public SeatVentilationProfilebuild()

Create a SeatVentilationProfile.

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructors

public Builder(java.util.Map<java.util.Set, > carZoneSetsToSeatVentilationValues)

Creates an instance of builder.

Parameters:

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.

Methods

public SeatVentilationProfile build()

Create a SeatVentilationProfile.