open class NativeConnector : ServiceBaseResponse, Serializable
The charging connector data.
NativeConnector() NativeConnector(type: String!, total: Int, availability: NativeAvailability!) |
open fun getAvailability(): NativeAvailability!
Returns the current availability data for this connector type. |
|
open fun getTotal(): Int
Returns a total number of charging points of the type in chargingAvailability. |
|
open fun getType(): String!
Returns the charging connector type. |
|
open fun toString(): String |