Class PreAction
Package com.here.sdk.routing
Class PreAction
- java.lang.Object
-
- com.here.sdk.routing.PreAction
-
public final class PreAction extends java.lang.ObjectAn action that must be done prior to the section, i.e. boarding a ferry.
-
-
Field Summary
Fields Modifier and Type Field Description PreActionTypeactionType of this action.DurationdurationEstimated duration of this action.
-
Constructor Summary
Constructors Constructor Description PreAction()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 PreActionType action
Type of this action. Defaults to
PreActionType.BOARD.
-
duration
@NonNull public Duration duration
Estimated duration of this action. Defaults to 0 seconds.
-
-