Class PostAction
Package com.here.sdk.routing
Class PostAction
- java.lang.Object
-
- com.here.sdk.routing.PostAction
-
public final class PostAction extends java.lang.ObjectAn action that must be done after arrival, i.e. completing a section in the route.
-
-
Field Summary
Fields Modifier and Type Field Description PostActionTypeactionType of this action.ChargingActionDetailschargingDetailsThe additional information that is available if the action is of type charging.DurationdurationEstimated duration of this action.
-
Constructor Summary
Constructors Constructor Description PostAction()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
-
action
@NonNull public PostActionType action
Type of this action. Defaults to
PostActionType.CHARGING_SETUP.
-
duration
@NonNull public Duration duration
Estimated duration of this action. Defaults to 0 seconds.
-
chargingDetails
@Nullable public ChargingActionDetails chargingDetails
The additional information that is available if the action is of type charging.
-
-