public abstract class

PropertyIdAreaId.Builder

extends java.lang.Object

 java.lang.Object

↳androidx.car.app.hardware.common.PropertyIdAreaId.Builder

Overview

A builder for PropertyIdAreaId

Summary

Constructors
publicBuilder()

Methods
public abstract PropertyIdAreaIdbuild()

Create an instance of PropertyIdAreaId.

public abstract PropertyIdAreaId.BuildersetAreaId(int areaId)

Sets an area Id for the PropertyIdAreaId.

public abstract PropertyIdAreaId.BuildersetPropertyId(int propertyId)

Sets a property ID for the PropertyIdAreaId.

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

Constructors

public Builder()

Methods

public abstract PropertyIdAreaId.Builder setPropertyId(int propertyId)

Sets a property ID for the PropertyIdAreaId.

public abstract PropertyIdAreaId.Builder setAreaId(int areaId)

Sets an area Id for the PropertyIdAreaId.

public abstract PropertyIdAreaId build()

Create an instance of PropertyIdAreaId.