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

NativeConnector

open class NativeConnector : ServiceBaseResponse, Serializable

The charging connector data.

Constructors

<init>

NativeConnector()
NativeConnector(type: String!, total: Int, availability: NativeAvailability!)

Functions

getAvailability

open fun getAvailability(): NativeAvailability!

Returns the current availability data for this connector type.

getTotal

open fun getTotal(): Int

Returns a total number of charging points of the type in chargingAvailability.

getType

open fun getType(): String!

Returns the charging connector type.

toString

open fun toString(): String