Class MaskedTime
java.lang.Object
com.here.platform.location.tpeg2.sni.MaskedTime
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
,scala.Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMaskedTime
(short year, short month, short day, short hour, short min, short sec) -
Method Summary
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
-
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()
-