RegisterClimateStateRequest


@CarProtocol
@RequiresCarApi(value = 5)
@ExperimentalCarApi
public final class RegisterClimateStateRequest


Allows specification of a request for registering the climate state events using string flags and car zones.

Applications need to use Builder to create a RegisterClimateStateRequest.

Summary

Nested types

A builder of RegisterClimateStateRequest.

Public methods

boolean
@NonNull List<CarClimateFeature>

Returns a list of CarClimateFeatures which are included in this request.

int
@NonNull String

Public methods

equals

public boolean equals(Object o)

getClimateRegisterFeatures

Added in 1.3.0
public @NonNull List<CarClimateFeaturegetClimateRegisterFeatures()

Returns a list of CarClimateFeatures which are included in this request.

hashCode

public int hashCode()

toString

public @NonNull String toString()