public final class

TollCard.Builder

extends java.lang.Object

 java.lang.Object

↳androidx.car.app.hardware.info.TollCard.Builder

Overview

A builder of TollCard.

Summary

Constructors
publicBuilder()

Methods
public TollCardbuild()

Constructs the TollCard defined by this builder.

public TollCard.BuildersetCardState(CarValue<java.lang.Integer> cardState)

Sets the toll card state.

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

Constructors

public Builder()

Methods

public TollCard.Builder setCardState(CarValue<java.lang.Integer> cardState)

Sets the toll card state.

public TollCard build()

Constructs the TollCard defined by this builder.