public final class

SteeringWheelHeatProfile.Builder

extends java.lang.Object

 java.lang.Object

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

Overview

A builder for SteeringWheelHeatProfile.

Summary

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

Creates an instance of builder.

Methods
public SteeringWheelHeatProfilebuild()

Create a SteeringWheelHeatProfile.

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

Constructors

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

Creates an instance of builder.

Parameters:

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.

Methods

Create a SteeringWheelHeatProfile.