Class TemporarySpeedLimit
java.lang.Object
com.here.platform.location.tpeg2.tec.TemporarySpeedLimit
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTemporarySpeedLimit(List<TemporarySpeedLimitSection> speedLimitSections, boolean unitIsMPH, Optional<Object> offset, List<VehicleRestriction> vehicleRestrictions) TemporarySpeedLimit(scala.collection.immutable.Seq<TemporarySpeedLimitSection> speedLimitSections, boolean unitIsMPH, scala.Option<Object> offset, scala.collection.immutable.Seq<VehicleRestriction> vehicleRestrictions) -
Method Summary
Modifier and TypeMethodDescriptionabstract static Rapply(T1 v1, T2 v2, T3 v3, T4 v4) booleanscala.Option<Object>offset()scala.collection.immutable.Seq<TemporarySpeedLimitSection>static StringtoString()booleanscala.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
-
TemporarySpeedLimit
public TemporarySpeedLimit(scala.collection.immutable.Seq<TemporarySpeedLimitSection> speedLimitSections, boolean unitIsMPH, scala.Option<Object> offset, scala.collection.immutable.Seq<VehicleRestriction> vehicleRestrictions) -
TemporarySpeedLimit
public TemporarySpeedLimit(List<TemporarySpeedLimitSection> speedLimitSections, boolean unitIsMPH, Optional<Object> offset, List<VehicleRestriction> vehicleRestrictions)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4) -
toString
-
speedLimitSections
-
unitIsMPH
public boolean unitIsMPH() -
offset
-
vehicleRestrictions
-
getSpeedLimitSections
-
isUnitIsMPH
public boolean isUnitIsMPH() -
getOffset
-
getVehicleRestrictions
-