EVPorts

@Serializable
data class EVPorts(val locID: String, val portID: String, val latitude: Double? = null, val longitude: Double? = null, val displayName: String? = null, val netStationID: String? = null, val netPortID: String? = null, val level: Int? = null, val phase: String? = null, val cable: String? = null, val networkName: String? = null, val network: Int? = null, val roamingFee: Double? = null, val chargingCost: Double? = null, val chargingCostUnit: Int? = null, val chargingCostInfo: String? = null, val chargingCostDisplay: String? = null, val parkingCost: String? = null, val parkingCostInfo: String? = null, val parkingInfo: String? = null, val connectors: List<String> = emptyList(), val connector: List<Int> = emptyList(), val paymentMethod: List<Int> = emptyList(), val kw: Double? = null, val volt: Int? = null, val amp: Int? = null, val restriction: Int? = null, val statusCode: Int? = null, val availability: Int? = null, val totalPort: Int? = null)

Constructors

Link copied to clipboard
constructor(locID: String, portID: String, latitude: Double? = null, longitude: Double? = null, displayName: String? = null, netStationID: String? = null, netPortID: String? = null, level: Int? = null, phase: String? = null, cable: String? = null, networkName: String? = null, network: Int? = null, roamingFee: Double? = null, chargingCost: Double? = null, chargingCostUnit: Int? = null, chargingCostInfo: String? = null, chargingCostDisplay: String? = null, parkingCost: String? = null, parkingCostInfo: String? = null, parkingInfo: String? = null, connectors: List<String> = emptyList(), connector: List<Int> = emptyList(), paymentMethod: List<Int> = emptyList(), kw: Double? = null, volt: Int? = null, amp: Int? = null, restriction: Int? = null, statusCode: Int? = null, availability: Int? = null, totalPort: Int? = null)

Properties

Link copied to clipboard
val amp: Int? = null
Link copied to clipboard
val availability: Int? = null
Link copied to clipboard
val cable: String? = null
Link copied to clipboard
val chargingCost: Double? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val chargingCostUnit: Int? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val displayName: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val kw: Double? = null
Link copied to clipboard
val latitude: Double? = null
Link copied to clipboard
val level: Int? = null
Link copied to clipboard
Link copied to clipboard
val longitude: Double? = null
Link copied to clipboard
val netPortID: String? = null
Link copied to clipboard
val netStationID: String? = null
Link copied to clipboard
val network: Int? = null
Link copied to clipboard
val networkName: String? = null
Link copied to clipboard
val parkingCost: String? = null
Link copied to clipboard
val parkingCostInfo: String? = null
Link copied to clipboard
val parkingInfo: String? = null
Link copied to clipboard
Link copied to clipboard
val phase: String? = null
Link copied to clipboard
Link copied to clipboard
val restriction: Int? = null
Link copied to clipboard
val roamingFee: Double? = null
Link copied to clipboard
val statusCode: Int? = null

0:unknown 1:available 2:in-use 4:offline

Link copied to clipboard
val totalPort: Int? = null
Link copied to clipboard
val volt: Int? = null