ChargingConnectorAttributes (API Reference)
Package com.here.sdk.routing
Class ChargingConnectorAttributes
java.lang.Object
com.here.sdk.routing.ChargingConnectorAttributes
Details of the connector that is suggested to be used in the section's
PostAction's for charging.
-
Field Summary
FieldsModifier and TypeFieldDescriptionSuggested connector for charging at this station.Current of the suggested connector in Amperes.doublePower supplied by the suggested connector in kW.Supply type of the suggested connector.Voltage of the suggested connector in Volts. -
Constructor Summary
ConstructorsConstructorDescriptionChargingConnectorAttributes(double powerInKilowatts, Double currentInAmperes, Double voltageInVolts, ChargingSupplyType supplyType, ChargingConnectorType connectorType) Creates a new instance. -
Method Summary
-
Field Details
-
powerInKilowatts
public double powerInKilowattsPower supplied by the suggested connector in kW.
-
currentInAmperes
Current of the suggested connector in Amperes.
-
voltageInVolts
Voltage of the suggested connector in Volts.
-
supplyType
Supply type of the suggested connector.
-
connectorType
Suggested connector for charging at this station.
-
-
Constructor Details
-
ChargingConnectorAttributes
public ChargingConnectorAttributes(double powerInKilowatts, @Nullable Double currentInAmperes, @Nullable Double voltageInVolts, @Nullable ChargingSupplyType supplyType, @Nullable ChargingConnectorType connectorType) Creates a new instance.
- Parameters:
powerInKilowatts-Power supplied by the suggested connector in kW.
currentInAmperes-Current of the suggested connector in Amperes.
voltageInVolts-Voltage of the suggested connector in Volts.
supplyType-Supply type of the suggested connector.
connectorType-Suggested connector for charging at this station.
-
-
Method Details