Class TurnByTurnInstruction
- java.lang.Object
-
- global.maplink.trip.schema.v2.features.turnByTurn.TurnByTurnInstruction
-
public class TurnByTurnInstruction extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTurnByTurnInstruction.TurnByTurnInstructionBuilder
-
Constructor Summary
Constructors Constructor Description TurnByTurnInstruction(Double distance, Instructions type, MaplinkPoints points, String text, int duration, int exitNumber)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TurnByTurnInstruction.TurnByTurnInstructionBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)DoublegetDistance()intgetDuration()intgetExitNumber()MaplinkPointsgetPoints()StringgetText()InstructionsgetType()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
TurnByTurnInstruction
public TurnByTurnInstruction(Double distance, Instructions type, MaplinkPoints points, String text, int duration, int exitNumber)
-
-
Method Detail
-
builder
public static TurnByTurnInstruction.TurnByTurnInstructionBuilder builder()
-
getDistance
public Double getDistance()
-
getType
public Instructions getType()
-
getPoints
public MaplinkPoints getPoints()
-
getText
public String getText()
-
getDuration
public int getDuration()
-
getExitNumber
public int getExitNumber()
-
canEqual
protected boolean canEqual(Object other)
-
-