sdk-routing / com.tomtom.online.sdk.routing.data.longDistanceEV.charging / NativeChargingMode

NativeChargingMode

open class NativeChargingMode

Represents information about the charging behavior of the vehicle.

Constructors

<init>

NativeChargingMode(chargingConnections: MutableList<NativeChargingConnection!>!, chargingCurve: MutableList<NativeChargingCurveSupportPoint!>!)

Creates an instance of ChargingMode.

Functions

equals

open fun equals(other: Any?): Boolean

getChargingConnections

open fun getChargingConnections(): MutableList<NativeChargingConnection!>!

getChargingCurve

open fun getChargingCurve(): MutableList<NativeChargingCurveSupportPoint!>!

hashCode

open fun hashCode(): Int