public final class

FanSpeedLevelProfile.Builder

extends java.lang.Object

 java.lang.Object

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

Overview

A builder for FanSpeedLevelProfile.

Summary

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

Creates an instance of builder.

Methods
public FanSpeedLevelProfilebuild()

Create a FanSpeedLevelProfile.

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

Constructors

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

Creates an instance of builder.

Parameters:

carZoneSetsToFanSpeedLevelRanges: map of min/max range values in meters per second for the property corresponding to the set of car zones. The min/max values are not in a specific unit but represent fan speed level settings. They can take values in the range [1,7] but always greater than 0.

Methods

public FanSpeedLevelProfile build()

Create a FanSpeedLevelProfile.