public final class

HvacAcProfile.Builder

extends java.lang.Object

 java.lang.Object

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

Overview

A builder for HvacAcProfile.

Summary

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

Creates an instance of builder.

Methods
public HvacAcProfilebuild()

Create a HvacAcProfile.

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 HvacAcProfile build()

Create a HvacAcProfile.