EvStatus

@CarProtocol
@ExperimentalCarApi
public class EvStatus


Information about EV car port status

Summary

Nested types

public final class EvStatus.Builder

A builder of EvStatus.

Public methods

boolean
@NonNull CarValue<Boolean>

Returns a CarValue to indicate if the EV charge port is connected.

@NonNull CarValue<Boolean>

Returns a CarValue to indicate if the EV charge port is open.

int
@NonNull String

Public methods

equals

Added in 1.4.0-rc02
public boolean equals(@Nullable Object other)

getEvChargePortConnected

Added in 1.2.0
public @NonNull CarValue<BooleangetEvChargePortConnected()

Returns a CarValue to indicate if the EV charge port is connected.

getEvChargePortOpen

Added in 1.2.0
public @NonNull CarValue<BooleangetEvChargePortOpen()

Returns a CarValue to indicate if the EV charge port is open.

hashCode

Added in 1.4.0-rc02
public int hashCode()

toString

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