Class TemporarySpeedLimitSection

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

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

    • TemporarySpeedLimitSection

      public TemporarySpeedLimitSection(short speedLimitValue, scala.Option<Object> speedLimitValueWet, scala.Option<Object> speedLimitLength)
    • TemporarySpeedLimitSection

      public TemporarySpeedLimitSection(short speedLimitValue, Optional<Object> speedLimitValueWet, Optional<Object> speedLimitLength)
  • Method Details

    • apply

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

      public static String toString()
    • speedLimitValue

      public short speedLimitValue()
    • speedLimitValueWet

      public scala.Option<Object> speedLimitValueWet()
    • speedLimitLength

      public scala.Option<Object> speedLimitLength()
    • getSpeedLimitValue

      public short getSpeedLimitValue()
    • getSpeedLimitValueWet

      public Optional<Object> getSpeedLimitValueWet()
    • getSpeedLimitLength

      public Optional<Object> getSpeedLimitLength()