Class EVChargingConnectorReference

java.lang.Object
com.here.sdk.search.EVChargingConnectorReference

public final class EVChargingConnectorReference extends Object

Represents a pairing of an EVSE and its connector(s) that belong to a group. Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.

  • Field Details

    • evseUID

      @NonNull public String evseUID

      UID of the EVSE owning the connector(s).

    • connectorIDs

      @NonNull public List<String> connectorIDs

      ID(s) of the connector(s). In some cases an EVSE can have 2 identical connectors.

  • Constructor Details

    • EVChargingConnectorReference

      public EVChargingConnectorReference()

      Creates a new instance.

  • Method Details