Interface RouteChargeStepDetails.Builder

  • Method Details

    • arrivalCharge

      RouteChargeStepDetails.Builder arrivalCharge(Double arrivalCharge)

      Estimated vehicle battery charge before this step (in kWh).

      Parameters:
      arrivalCharge - Estimated vehicle battery charge before this step (in kWh).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • consumablePower

      RouteChargeStepDetails.Builder consumablePower(Double consumablePower)

      Maximum charging power available to the vehicle.

      Unit: KwH

      Parameters:
      consumablePower - Maximum charging power available to the vehicle.

      Unit: KwH

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • desiredCharge

      RouteChargeStepDetails.Builder desiredCharge(Double desiredCharge)

      Details that are specific to a Charge step.

      Unit: KwH

      Parameters:
      desiredCharge - Details that are specific to a Charge step.

      Unit: KwH

      Returns:
      Returns a reference to this object so that method calls can be chained together.