public final class

HvacAutoRecirculationProfile.Builder

extends java.lang.Object

 java.lang.Object

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

Overview

A builder for HvacAutoRecirculationProfile.

Summary

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

Creates an instance of builder.

Methods
public HvacAutoRecirculationProfilebuild()

Create a HvacAutoRecirculationProfile.

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

Constructors

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

Creates an instance of builder.

Parameters:

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

Methods

Create a HvacAutoRecirculationProfile.