Class EVSEConnector

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

public final class EVSEConnector extends Object

EVSE connector.

  • Field Details

    • id

      @Nullable public String id

      HERE ID of the connector.

    • cpoId

      @Nullable public String cpoId

      CPO ID of the connector.

    • typeId

      @Nullable public String typeId

      Connector type ID. For more information on the current connector types, see resource-type-connector-types.html.

    • maxPowerInKilowatts

      @Nullable public Double maxPowerInKilowatts

      Maximum charge power of connector in kW.

  • Constructor Details

    • EVSEConnector

      public EVSEConnector()

      Creates a new instance.

  • Method Details