RegisterClimateStateRequest


@CarProtocol
@RequiresCarApi(value = 5)
@ExperimentalCarApi
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

Public functions

Boolean
equals(o: Any!)
(Mutable)List<CarClimateFeature!>

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

Int
String

Public functions

equals

fun equals(o: Any!): Boolean

getClimateRegisterFeatures

Added in 1.3.0
fun getClimateRegisterFeatures(): (Mutable)List<CarClimateFeature!>

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

hashCode

fun hashCode(): Int

toString

fun toString(): String