Class ChargingConnectorAttributes

  • java.lang.Object
    • com.here.sdk.routing.ChargingConnectorAttributes

  • public final class ChargingConnectorAttributes
    extends java.lang.Object

    Details of the connector that is suggested to be used in the section's PostAction's for charging.

    • Field Detail

      • powerInKilowatts

        public double powerInKilowatts

        Power supplied by the suggested connector in kW.

      • currentInAmperes

        @Nullable
        public java.lang.Double currentInAmperes

        Current of the suggested connector in Amperes.

      • voltageInVolts

        @Nullable
        public java.lang.Double voltageInVolts

        Voltage of the suggested connector in Volts.

      • supplyType

        @Nullable
        public ChargingSupplyType supplyType

        Supply type of the suggested connector.

      • connectorType

        @Nullable
        public ChargingConnectorType connectorType

        Suggested connector for charging at this station.

    • Constructor Detail

      • ChargingConnectorAttributes

        public ChargingConnectorAttributes​(double powerInKilowatts,
                                           @Nullable
                                           java.lang.Double currentInAmperes,
                                           @Nullable
                                           java.lang.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 Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object