sdk-search / com.tomtom.online.sdk.search.data.ev_charging_stations_availability.response / NativeAvailability

NativeAvailability

open class NativeAvailability : ServiceBaseResponse, Serializable

The charging connector data.

Constructors

<init>

NativeAvailability()
NativeAvailability(available: Int, occupied: Int, reserved: Int, unknown: Int, outOfService: Int)

Functions

getAvailable

open fun getAvailable(): Int

getOccupied

open fun getOccupied(): Int

getOutOfService

open fun getOutOfService(): Int

getReserved

open fun getReserved(): Int

getUnknown

open fun getUnknown(): Int

toString

open fun toString(): String