public final class

HvacDualModeProfile.Builder

extends java.lang.Object

 java.lang.Object

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

Overview

A builder for HvacDualModeProfile.

Summary

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

Creates an instance of builder.

Methods
public HvacDualModeProfilebuild()

Create a HvacDualModeProfile.

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

public HvacDualModeProfile build()

Create a HvacDualModeProfile.