public final class

HvacRecirculationProfile.Builder

extends java.lang.Object

 java.lang.Object

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

Overview

A builder for HvacRecirculationProfile.

Summary

Constructors
publicBuilder(java.util.List<java.util.Set> supportedCarZones)

Creates an instance of builder.

Methods
public HvacRecirculationProfilebuild()

Create a HvacRecirculationProfile.

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

Constructors

public Builder(java.util.List<java.util.Set> supportedCarZones)

Creates an instance of builder.

Parameters:

supportedCarZones: a list of all car zones grouped together based on the bit map of each area Id.

Methods

Create a HvacRecirculationProfile.