Connector

class Connector(val id: Connector.Id, val connectorDetails: ConnectorDetails? = null)

Connector with charging power attributes.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
constructor(id: Connector.Id, connectorDetails: ConnectorDetails? = null)

Types

Link copied to clipboard
value class Id(val id: String)

Class that represents the identifier of a charging connector Id.

Properties

Link copied to clipboard

Information about the connectors available for a charging park.

Link copied to clipboard

The id of the EV connector.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Checks if this object is equal to another object.

Link copied to clipboard
open override fun hashCode(): Int

Returns a hash code value for the object.

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.