open class NativeChargingMode
Represents information about the charging behavior of the vehicle.
NativeChargingMode(chargingConnections: MutableList<NativeChargingConnection!>!, chargingCurve: MutableList<NativeChargingCurveSupportPoint!>!)
Creates an instance of ChargingMode. |
open fun equals(other: Any?): Boolean |
|
open fun getChargingConnections(): MutableList<NativeChargingConnection!>! |
|
open fun getChargingCurve(): MutableList<NativeChargingCurveSupportPoint!>! |
|
open fun hashCode(): Int |