CarClimateFeature

@RequiresCarApi(value = 5)
@MainThread
@ExperimentalCarApi
public final class CarClimateFeature


A data value used in climate related requests to indicate the features and zones the caller is interested in.

Summary

Nested types

public final class CarClimateFeature.Builder

A builder for CarClimateFeature.

Public methods

boolean
@NonNull List<CarZone>

Returns a list of CarZones.

int

Returns an integer flag of the feature.

int
@NonNull String

Public methods

equals

Added in 1.4.0-rc02
public boolean equals(Object o)

getCarZones

Added in 1.3.0
public @NonNull List<CarZonegetCarZones()

Returns a list of CarZones.

If the application is interested in all zones, the return value will only contains a CarZone#CAR_ZONE_GLOBAL. Otherwise, the return values will contain every individual seats the application requested for.

For example, the application requested information for the second row seats. The list will contain three individual CarZones. They are the left side seat of the second row, the center seat of the second row and the right side seat of the second row.

getFeature

Added in 1.3.0
public int getFeature()

Returns an integer flag of the feature.

The feature flag must be one of ClimateProfileRequest.ClimateProfileFeatures.

hashCode

Added in 1.4.0-rc02
public int hashCode()

toString

Added in 1.4.0-rc02
public @NonNull String toString()