Class VehicleRestriction
java.lang.Object
com.here.platform.location.tpeg2.tec.VehicleRestriction
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVehicleRestriction(Optional<VehicleType> vehicleType, List<RestrictionType> restrictions) VehicleRestriction(scala.Option<VehicleType> vehicleType, scala.collection.immutable.Seq<RestrictionType> restrictions) -
Method Summary
Modifier and TypeMethodDescriptionabstract static Rapply(T1 v1, T2 v2) scala.collection.immutable.Seq<RestrictionType>static StringtoString()scala.Option<VehicleType>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
-
VehicleRestriction
public VehicleRestriction(scala.Option<VehicleType> vehicleType, scala.collection.immutable.Seq<RestrictionType> restrictions) -
VehicleRestriction
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2) -
toString
-
vehicleType
-
restrictions
-
getVehicleType
-
getRestrictions
-