Class Advice
java.lang.Object
com.here.platform.location.tpeg2.tec.Advice
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAdvice(Optional<AdviceCode> adviceCode, Optional<SubAdviceType> subAdviceCode, List<LocalisedShortString> freeTexts, List<VehicleRestriction> vehicleRestrictions) Advice(scala.Option<AdviceCode> adviceCode, scala.Option<SubAdviceType> subAdviceCode, scala.collection.immutable.Seq<LocalisedShortString> freeTexts, scala.collection.immutable.Seq<VehicleRestriction> vehicleRestrictions) -
Method Summary
Modifier and TypeMethodDescriptionscala.Option<AdviceCode>abstract static Rapply(T1 v1, T2 v2, T3 v3, T4 v4) scala.collection.immutable.Seq<LocalisedShortString>scala.Option<SubAdviceType>static StringtoString()scala.collection.immutable.Seq<VehicleRestriction>Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
Advice
public Advice(scala.Option<AdviceCode> adviceCode, scala.Option<SubAdviceType> subAdviceCode, scala.collection.immutable.Seq<LocalisedShortString> freeTexts, scala.collection.immutable.Seq<VehicleRestriction> vehicleRestrictions) -
Advice
public Advice(Optional<AdviceCode> adviceCode, Optional<SubAdviceType> subAdviceCode, List<LocalisedShortString> freeTexts, List<VehicleRestriction> vehicleRestrictions)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4) -
toString
-
adviceCode
-
subAdviceCode
-
freeTexts
-
vehicleRestrictions
-
getAdviceCode
-
getSubAdviceCode
-
getFreeTexts
-
getVehicleRestrictions
-