Class EVSEConnector
Package com.here.sdk.search
Class EVSEConnector
- java.lang.Object
-
- com.here.sdk.search.EVSEConnector
-
public final class EVSEConnector extends java.lang.ObjectEVSE connector.
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringcpoIdCPO ID of the connector.java.lang.StringidHERE ID of the connector.java.lang.DoublemaxPowerInKilowattsMaximum charge power of connector in kW.java.lang.StringtypeIdConnector type ID.
-
Constructor Summary
Constructors Constructor Description EVSEConnector()Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()
-
-
-
Field Detail
-
id
@Nullable public java.lang.String id
HERE ID of the connector.
-
cpoId
@Nullable public java.lang.String cpoId
CPO ID of the connector.
-
typeId
@Nullable public java.lang.String typeId
Connector type ID. For more information on the current connector types, see resource-type-connector-types.html.
-
maxPowerInKilowatts
@Nullable public java.lang.Double maxPowerInKilowatts
Maximum charge power of connector in kW.
-
-