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