EVChargingConnectorReference (API Reference)
Package com.here.sdk.search
Class EVChargingConnectorReference
java.lang.Object
com.here.sdk.search.EVChargingConnectorReference
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 Summary
FieldsModifier and TypeFieldDescriptionID(s) of the connector(s).UID of the EVSE owning the connector(s). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
evseUID
UID of the EVSE owning the connector(s).
-
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