Class Evse

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

public final class Evse extends Object

Charge Point Operator (CPO) ID uses the Electric Vehicle Supply Equipment ID (EVSE ID) for an exact identification of the charging infrastructure and charging point.

  • Field Details

    • id

      @Nullable public String id

      HERE ID of the EVSE.

    • cpoId

      @Nullable public String cpoId

      The unique ID of an EVSE in the system of the CPO. This ID is unique in the system of the CPO but not necessarily globally unique. The format will differ between different CPOs. This ID is always provided.

    • cpoEvseEmi3Id

      @Nullable public String cpoEvseEmi3Id

      Identifier in Emi3 format of the EVSE within the Charge Point Operator (CPO) platform. This id is not always present. Example of ID format: DE*ICT*E0001897.

    • status

      @Nullable public EVSEStatus status

      EVSE status.

    • lastUpdated

      @Nullable public Date lastUpdated

      Last update of the dynamic connector availability information.

    • connectors

      @NonNull public List<EVSEConnector> connectors

      List of connectors of this EVSE.

  • Constructor Details

    • Evse

      public Evse()

      Creates a new instance.

  • Method Details