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

  • public final class PreAction
    extends java.lang.Object

    An action that must be done prior to the section, i.e. boarding a ferry.

    • Constructor Summary

      Constructors 
      Constructor Description
      PreAction()
      Creates a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • duration

        @NonNull
        public Duration duration

        Estimated duration of this action. Defaults to 0 seconds.

    • Constructor Detail

      • PreAction

        public PreAction()

        Creates a new instance.

    • 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