Class Advice
java.lang.Object
com.here.platform.location.tpeg2.tec.Advice
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
,scala.Serializable
- 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.Seq<LocalisedShortString> freeTexts, scala.collection.Seq<VehicleRestriction> vehicleRestrictions) -
Method Summary
Modifier and TypeMethodDescriptionscala.Option<AdviceCode>
abstract static R
apply
(T1 v1, T2 v2, T3 v3, T4 v4) scala.collection.Seq<LocalisedShortString>
scala.Option<SubAdviceType>
static String
toString()
scala.collection.Seq<VehicleRestriction>
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
-
Constructor Details
-
Advice
public Advice(scala.Option<AdviceCode> adviceCode, scala.Option<SubAdviceType> subAdviceCode, scala.collection.Seq<LocalisedShortString> freeTexts, scala.collection.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
-