Class VehicleRestriction

java.lang.Object
com.here.platform.location.tpeg2.tec.VehicleRestriction
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

public class VehicleRestriction extends Object implements scala.Product, Serializable
See Also:
  • Constructor Details

  • Method Details

    • apply

      public abstract static R apply(T1 v1, T2 v2)
    • toString

      public static String toString()
    • vehicleType

      public scala.Option<VehicleType> vehicleType()
    • restrictions

      public scala.collection.immutable.Seq<RestrictionType> restrictions()
    • getVehicleType

      public Optional<VehicleType> getVehicleType()
    • getRestrictions

      public List<RestrictionType> getRestrictions()