Class MaskedTime

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

public class MaskedTime extends Object implements scala.Product, scala.Serializable
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    MaskedTime(short year, short month, short day, short hour, short min, short sec)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract static R
    apply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6)
     
    short
    day()
     
    short
     
    short
     
    short
     
    short
     
    short
     
    short
     
    short
     
    short
    min()
     
    short
     
    short
    sec()
     
    static String
     
    short
     

    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

    • MaskedTime

      public MaskedTime(short year, short month, short day, short hour, short min, short sec)
  • Method Details

    • apply

      public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6)
    • toString

      public static String toString()
    • year

      public short year()
    • month

      public short month()
    • day

      public short day()
    • hour

      public short hour()
    • min

      public short min()
    • sec

      public short sec()
    • getYear

      public short getYear()
    • getMonth

      public short getMonth()
    • getDay

      public short getDay()
    • getHour

      public short getHour()
    • getMin

      public short getMin()
    • getSec

      public short getSec()